aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-view.c
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-contact-list-view.c
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-contact-list-view.c')
-rw-r--r--libempathy-gtk/empathy-contact-list-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c
index 0389a19b8..8151b0569 100644
--- a/libempathy-gtk/empathy-contact-list-view.c
+++ b/libempathy-gtk/empathy-contact-list-view.c
@@ -230,7 +230,7 @@ static const GtkActionEntry entries[] = {
N_("_Send File..."), NULL, N_("Send a file"),
G_CALLBACK (contact_list_view_action_cb)
},
- { "Log", GTK_STOCK_JUSTIFY_LEFT,
+ { "Log", EMPATHY_IMAGE_LOG,
N_("_View Previous Conversations"), NULL, N_("View previous conversations with this contact"),
G_CALLBACK (contact_list_view_action_cb)
},