2005-08-16 Robert Love <rml@novell.com>

* gnome/applet/applet.c: use GTK_STOCK_INFO not PROPERTIES for the
          "Connection Information" menu item.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@853 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love 2005-08-16 17:57:05 +00:00 committed by Robert Love
parent 387f572771
commit 74804ef194
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-08-16 Robert Love <rml@novell.com>
* gnome/applet/applet.c: use GTK_STOCK_INFO not PROPERTIES for the
"Connection Information" menu item.
2005-08-16 Dan Williams <dcbw@redhat.com>
Patch from j@bootlab.org

View file

@ -2108,7 +2108,7 @@ static GtkWidget *nmwa_context_menu_create (NMWirelessApplet *applet)
menu_item = gtk_image_menu_item_new_with_mnemonic (_("Connection _Information"));
g_signal_connect (G_OBJECT (menu_item), "activate", G_CALLBACK (nmwa_show_info_cb), applet);
image = gtk_image_new_from_stock (GTK_STOCK_PROPERTIES, GTK_ICON_SIZE_MENU);
image = gtk_image_new_from_stock (GTK_STOCK_INFO, GTK_ICON_SIZE_MENU);
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_item), image);
gtk_menu_shell_append (GTK_MENU_SHELL (menu), menu_item);