diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | libempathy-gtk/empathy-main-window.glade | 14 |
2 files changed, 19 insertions, 1 deletions
@@ -1,5 +1,11 @@ 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 the history dialog. Fixes bug #490077 (Michael Monreal). diff --git a/libempathy-gtk/empathy-main-window.glade b/libempathy-gtk/empathy-main-window.glade index c8b5e3e48..ed504349a 100644 --- a/libempathy-gtk/empathy-main-window.glade +++ b/libempathy-gtk/empathy-main-window.glade @@ -189,10 +189,22 @@ </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> |