mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 18:50:07 +01:00
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:
parent
387f572771
commit
74804ef194
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue