]> git.0d.be Git - empathy.git/commitdiff
Use "user-info" icon for Edit->Personal Information menu item. Fixes bug
authorXavier Claessens <xclaesse@gmail.com>
Thu, 25 Oct 2007 12:00:14 +0000 (12:00 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Thu, 25 Oct 2007 12:00:14 +0000 (12:00 +0000)
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).

svn path=/trunk/; revision=395

ChangeLog
libempathy-gtk/empathy-main-window.glade

index 206ea7f285303c20982e96eef366cf6f82c29fbf..3c033806f03ea17ffc2fee82ee2697a8f14150eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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).
+
 2007-10-25  Xavier Claessens  <xclaesse@gmail.com>
 
        * libempathy-gtk/empathy-log-window.glade: Use the navigation icons in
index c8b5e3e48dce24ee53c3d99f04a5390266c8fcfb..ed504349a0e527ba31e752330370d1c21c40fc45 100644 (file)
                  </child>
 
                  <child>
-                   <widget class="GtkMenuItem" id="edit_personal_information">
+                   <widget class="GtkImageMenuItem" id="edit_personal_information">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">_Personal Information</property>
                      <property name="use_underline">True</property>
+                     
+                     <child internal-child="image">
+                       <widget class="GtkImage" id="image894">
+                         <property name="visible">True</property>
+                         <property name="icon_name">user-info</property>
+                         <property name="icon_size">1</property>
+                         <property name="xalign">0.5</property>
+                         <property name="yalign">0.5</property>
+                         <property name="xpad">0</property>
+                         <property name="ypad">0</property>
+                       </widget>
+                     </child>
                    </widget>
                  </child>