]> git.0d.be Git - empathy.git/commitdiff
Use "document-open-recent" icon instead of gtk-justify-left for history
authorXavier Claessens <xclaesse@gmail.com>
Thu, 25 Oct 2007 12:09:22 +0000 (12:09 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Thu, 25 Oct 2007 12:09:22 +0000 (12:09 +0000)
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

ChangeLog
libempathy-gtk/empathy-chat.glade
libempathy-gtk/empathy-contact-list-view.c
libempathy-gtk/empathy-images.h
libempathy-gtk/empathy-log-window.glade
libempathy-gtk/empathy-main-window.glade

index 3c033806f03ea17ffc2fee82ee2697a8f14150eb..0abf1efd5f96a26b4ad579adb2feb82b4b2cd3c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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
index 4f6ac4acc74a70fb45fbf36a5d6e5b5a6a797f4d..90e7ec2737c0038a8d3c689c291ffd930c8147c8 100644 (file)
                      <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>
index 0389a19b82dbe882069aa29490aa322ca15537f9..8151b056972df796d84b27652fcd93a9e0a586c7 100644 (file)
@@ -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)
        },
index 34f95682dbddc044825ec79127ea9edf4b64d4e5..ae11b1e151a5a2d678203cc8d7c8dd63b4f8c249 100644 (file)
@@ -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
 
index 66afe6920b86119fa9469f168b7e06656c398dd7..8dfd59c99b38be3b9a15dd4d649362e0dc6c9042 100644 (file)
@@ -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>
index ed504349a0e527ba31e752330370d1c21c40fc45..1d6a38ff0f59ef3054a203207eebd79bf33fe563 100644 (file)
@@ -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>