diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-10-25 20:00:14 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-10-25 20:00:14 +0800 |
commit | d9e13a2361bd309195dd0dabac5b00395614d9d5 (patch) | |
tree | 30be3a331dd07e50de32aecdb970b9191dc0b883 /libempathy-gtk | |
parent | f87eebe25542baeff9fe2a221274ab362cfe3790 (diff) | |
download | gsoc2013-empathy-d9e13a2361bd309195dd0dabac5b00395614d9d5.tar gsoc2013-empathy-d9e13a2361bd309195dd0dabac5b00395614d9d5.tar.gz gsoc2013-empathy-d9e13a2361bd309195dd0dabac5b00395614d9d5.tar.bz2 gsoc2013-empathy-d9e13a2361bd309195dd0dabac5b00395614d9d5.tar.lz gsoc2013-empathy-d9e13a2361bd309195dd0dabac5b00395614d9d5.tar.xz gsoc2013-empathy-d9e13a2361bd309195dd0dabac5b00395614d9d5.tar.zst gsoc2013-empathy-d9e13a2361bd309195dd0dabac5b00395614d9d5.zip |
Use "user-info" icon for Edit->Personal Information menu item. Fixes bug
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
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-main-window.glade | 14 |
1 files changed, 13 insertions, 1 deletions
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> |