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 | |
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
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | libempathy-gtk/empathy-chat.glade | 2 | ||||
-rw-r--r-- | libempathy-gtk/empathy-contact-list-view.c | 2 | ||||
-rw-r--r-- | libempathy-gtk/empathy-images.h | 1 | ||||
-rw-r--r-- | libempathy-gtk/empathy-log-window.glade | 2 | ||||
-rw-r--r-- | libempathy-gtk/empathy-main-window.glade | 2 |
6 files changed, 15 insertions, 4 deletions
@@ -1,5 +1,15 @@ 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). + +2007-10-25 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-main-window.glade: Use "user-info" icon for Edit->Personal Information menu item. Fixes bug #490079 (Michael Monreal). diff --git a/libempathy-gtk/empathy-chat.glade b/libempathy-gtk/empathy-chat.glade index 4f6ac4acc..90e7ec273 100644 --- a/libempathy-gtk/empathy-chat.glade +++ b/libempathy-gtk/empathy-chat.glade @@ -178,7 +178,7 @@ <child internal-child="image"> <widget class="GtkImage" id="image263"> <property name="visible">True</property> - <property name="stock">gtk-justify-left</property> + <property name="icon_name">document-open-recent</property> <property name="icon_size">1</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> 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) }, 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 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> diff --git a/libempathy-gtk/empathy-main-window.glade b/libempathy-gtk/empathy-main-window.glade index ed504349a..1d6a38ff0 100644 --- a/libempathy-gtk/empathy-main-window.glade +++ b/libempathy-gtk/empathy-main-window.glade @@ -72,7 +72,7 @@ <child internal-child="image"> <widget class="GtkImage" id="image886"> <property name="visible">True</property> - <property name="stock">gtk-justify-left</property> + <property name="icon_name">document-open-recent</property> <property name="icon_size">1</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> |