aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-10-25 20:00:14 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-10-25 20:00:14 +0800
commitd9e13a2361bd309195dd0dabac5b00395614d9d5 (patch)
tree30be3a331dd07e50de32aecdb970b9191dc0b883 /libempathy-gtk
parentf87eebe25542baeff9fe2a221274ab362cfe3790 (diff)
downloadgsoc2013-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.glade14
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>