aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-images.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-10-25 20:09:22 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-10-25 20:09:22 +0800
commitcf872b24a92b65c377b5d0bdd24046a1aac27ed0 (patch)
tree7df13b4bd7e96ca90a6109e84098a187d3be114e /libempathy-gtk/empathy-images.h
parentd9e13a2361bd309195dd0dabac5b00395614d9d5 (diff)
downloadgsoc2013-empathy-cf872b24a92b65c377b5d0bdd24046a1aac27ed0.tar
gsoc2013-empathy-cf872b24a92b65c377b5d0bdd24046a1aac27ed0.tar.gz
gsoc2013-empathy-cf872b24a92b65c377b5d0bdd24046a1aac27ed0.tar.bz2
gsoc2013-empathy-cf872b24a92b65c377b5d0bdd24046a1aac27ed0.tar.lz
gsoc2013-empathy-cf872b24a92b65c377b5d0bdd24046a1aac27ed0.tar.xz
gsoc2013-empathy-cf872b24a92b65c377b5d0bdd24046a1aac27ed0.tar.zst
gsoc2013-empathy-cf872b24a92b65c377b5d0bdd24046a1aac27ed0.zip
Use "document-open-recent" icon instead of gtk-justify-left for history
2007-10-25 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-images.h: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-chat.glade: * libempathy-gtk/empathy-log-window.glade: * libempathy-gtk/empathy-main-window.glade: Use "document-open-recent" icon instead of gtk-justify-left for history icon. Fixes bug #490080 (Michael Monreal, Xavier Claessens). svn path=/trunk/; revision=396
Diffstat (limited to 'libempathy-gtk/empathy-images.h')
-rw-r--r--libempathy-gtk/empathy-images.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-images.h b/libempathy-gtk/empathy-images.h
index 34f95682d..ae11b1e15 100644
--- a/libempathy-gtk/empathy-images.h
+++ b/libempathy-gtk/empathy-images.h
@@ -38,6 +38,7 @@ G_BEGIN_DECLS
#define EMPATHY_IMAGE_CONTACT_INFORMATION "gtk-info"
#define EMPATHY_IMAGE_GROUP_MESSAGE "empathy-group-message"
#define EMPATHY_IMAGE_VOIP "gnome-stock-mic"
+#define EMPATHY_IMAGE_LOG "document-open-recent"
G_END_DECLS