aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-07-30 00:08:10 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-07-30 00:08:10 +0800
commit7c24254cfb34a6bc15ff25e2d7bef4491a44b838 (patch)
treef309f5364934eaa58ea3b6117adca27cde306dba
parent22cb33542994524c07c820fe30beb084350e4d32 (diff)
downloadgsoc2013-empathy-7c24254cfb34a6bc15ff25e2d7bef4491a44b838.tar
gsoc2013-empathy-7c24254cfb34a6bc15ff25e2d7bef4491a44b838.tar.gz
gsoc2013-empathy-7c24254cfb34a6bc15ff25e2d7bef4491a44b838.tar.bz2
gsoc2013-empathy-7c24254cfb34a6bc15ff25e2d7bef4491a44b838.tar.lz
gsoc2013-empathy-7c24254cfb34a6bc15ff25e2d7bef4491a44b838.tar.xz
gsoc2013-empathy-7c24254cfb34a6bc15ff25e2d7bef4491a44b838.tar.zst
gsoc2013-empathy-7c24254cfb34a6bc15ff25e2d7bef4491a44b838.zip
rename glade screenname entry widget to match empathy-account-widget.c (Elliot Fairweather)
svn path=/trunk/; revision=1274
-rw-r--r--libempathy-gtk/empathy-account-widget-aim.glade4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-account-widget-aim.glade b/libempathy-gtk/empathy-account-widget-aim.glade
index 9ce1a5672..5c454716b 100644
--- a/libempathy-gtk/empathy-account-widget-aim.glade
+++ b/libempathy-gtk/empathy-account-widget-aim.glade
@@ -38,7 +38,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">Screen _Name:</property>
<property name="use_underline">True</property>
- <property name="mnemonic_widget">entry_uin</property>
+ <property name="mnemonic_widget">entry_screenname</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@@ -69,7 +69,7 @@
</packing>
</child>
<child>
- <widget class="GtkEntry" id="entry_uin">
+ <widget class="GtkEntry" id="entry_screenname">
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>