empathy r1743 - trunk/libempathy-gtk
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1743 - trunk/libempathy-gtk
- Date: Fri, 21 Nov 2008 16:14:08 +0000 (UTC)
Author: xclaesse
Date: Fri Nov 21 16:14:08 2008
New Revision: 1743
URL: http://svn.gnome.org/viewvc/empathy?rev=1743&view=rev
Log:
Changed the "Send file" icon to something sane. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>
Modified:
trunk/libempathy-gtk/empathy-contact-menu.c
trunk/libempathy-gtk/empathy-images.h
Modified: trunk/libempathy-gtk/empathy-contact-menu.c
==============================================================================
--- trunk/libempathy-gtk/empathy-contact-menu.c (original)
+++ trunk/libempathy-gtk/empathy-contact-menu.c Fri Nov 21 16:14:08 2008
@@ -207,7 +207,7 @@
g_return_val_if_fail (EMPATHY_IS_CONTACT (contact), NULL);
item = gtk_image_menu_item_new_with_mnemonic (_("Send file"));
- image = gtk_image_new_from_icon_name (EMPATHY_IMAGE_LOG,
+ image = gtk_image_new_from_icon_name (EMPATHY_IMAGE_DOCUMENT_SEND,
GTK_ICON_SIZE_MENU);
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), image);
gtk_widget_show (image);
Modified: trunk/libempathy-gtk/empathy-images.h
==============================================================================
--- trunk/libempathy-gtk/empathy-images.h (original)
+++ trunk/libempathy-gtk/empathy-images.h Fri Nov 21 16:14:08 2008
@@ -39,6 +39,7 @@
#define EMPATHY_IMAGE_GROUP_MESSAGE "system-users"
#define EMPATHY_IMAGE_VOIP "audio-input-microphone"
#define EMPATHY_IMAGE_LOG "document-open-recent"
+#define EMPATHY_IMAGE_DOCUMENT_SEND "document-send"
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]