diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-10-25 20:09:22 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-10-25 20:09:22 +0800 |
commit | cf872b24a92b65c377b5d0bdd24046a1aac27ed0 (patch) | |
tree | 7df13b4bd7e96ca90a6109e84098a187d3be114e /libempathy-gtk/empathy-log-window.glade | |
parent | d9e13a2361bd309195dd0dabac5b00395614d9d5 (diff) | |
download | gsoc2013-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-log-window.glade')
-rw-r--r-- | libempathy-gtk/empathy-log-window.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-log-window.glade b/libempathy-gtk/empathy-log-window.glade index 66afe6920..8dfd59c99 100644 --- a/libempathy-gtk/empathy-log-window.glade +++ b/libempathy-gtk/empathy-log-window.glade @@ -12,7 +12,7 @@ <property name="default_height">450</property> <property name="resizable">True</property> <property name="destroy_with_parent">False</property> - <property name="icon_name">gtk-justify-left</property> + <property name="icon_name">document-open-recent</property> <property name="decorated">True</property> <property name="skip_taskbar_hint">False</property> <property name="skip_pager_hint">False</property> |