]> git.0d.be Git - empathy.git/commitdiff
use SAVE_AS stock icon when saving the avatar (Guillaume Desmottes)
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 8 Jul 2008 17:32:54 +0000 (17:32 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 8 Jul 2008 17:32:54 +0000 (17:32 +0000)
svn path=/trunk/; revision=1212

libempathy-gtk/empathy-contact-widget.c

index 377cf60d2ed0a8f5b9d7cd5346622fde1292c17b..0da5bc1e9017829ac90fb94feb4f55443eaae10a 100644 (file)
@@ -445,7 +445,7 @@ popup_avatar_menu (EmpathyContactWidget *information,
 
   /* Add "Save as..." entry */
   item = gtk_image_menu_item_new_with_mnemonic (_("_Save As..."));
-       image = gtk_image_new_from_icon_name (GTK_STOCK_SAVE, GTK_ICON_SIZE_MENU);
+       image = gtk_image_new_from_icon_name (GTK_STOCK_SAVE_AS, GTK_ICON_SIZE_MENU);
   gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), image);
   gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
   gtk_widget_show (item);