ecd626da1c
- Fix applet icon sizing on start (mclasen) - Fix nm-tool installation (mclasen) - Fix 'state' method call return (#303271) - Fix 40-bit WEP keys (again) - Fix loop when secrets were wrong/invalid - Fix applet crash when clicking Cancel in the password dialog - Ensure NM doesn't get stuck waiting for the supplicant to re-appear if it crashes or goes away - Make VPN properties applet work again - Increase timeout for network password entry
20 lines
967 B
Diff
20 lines
967 B
Diff
diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/applet.c.no-con-editor NetworkManager-0.7.0/nm-applet-0.7.0/src/applet.c
|
|
--- NetworkManager-0.7.0/nm-applet-0.7.0/src/applet.c.no-con-editor 2007-09-25 05:18:05.000000000 -0400
|
|
+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/applet.c 2007-09-25 05:18:41.000000000 -0400
|
|
@@ -1781,6 +1781,7 @@ static GtkWidget *nma_context_menu_creat
|
|
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (applet->info_menu_item), image);
|
|
gtk_menu_shell_append (menu, applet->info_menu_item);
|
|
|
|
+#if 0
|
|
/* 'Edit Connections...' item */
|
|
applet->connections_menu_item = gtk_menu_item_new_with_mnemonic (_("Edit Connections..."));
|
|
g_signal_connect (applet->connections_menu_item,
|
|
@@ -1788,6 +1789,7 @@ static GtkWidget *nma_context_menu_creat
|
|
G_CALLBACK (nma_edit_connections_cb),
|
|
applet);
|
|
gtk_menu_shell_append (menu, applet->connections_menu_item);
|
|
+#endif
|
|
|
|
/* Separator */
|
|
nma_menu_add_separator_item (menu);
|