aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--libempathy-gtk/empathy-main-window.glade14
2 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 206ea7f28..3c033806f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>