aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-04-19 13:29:10 +0800
committerChris Toshok <toshok@src.gnome.org>2002-04-19 13:29:10 +0800
commite1a10e4256227c4cd8bc9ffc6b373b7f50358c6a (patch)
tree0ff0d22db0670d95f67b06b08ef7c20ac82424a4
parent58d7feca840672f03ca7b6953fac98caa13516ad (diff)
downloadgsoc2013-evolution-e1a10e4256227c4cd8bc9ffc6b373b7f50358c6a.tar
gsoc2013-evolution-e1a10e4256227c4cd8bc9ffc6b373b7f50358c6a.tar.gz
gsoc2013-evolution-e1a10e4256227c4cd8bc9ffc6b373b7f50358c6a.tar.bz2
gsoc2013-evolution-e1a10e4256227c4cd8bc9ffc6b373b7f50358c6a.tar.lz
gsoc2013-evolution-e1a10e4256227c4cd8bc9ffc6b373b7f50358c6a.tar.xz
gsoc2013-evolution-e1a10e4256227c4cd8bc9ffc6b373b7f50358c6a.tar.zst
gsoc2013-evolution-e1a10e4256227c4cd8bc9ffc6b373b7f50358c6a.zip
change order of scope option menu to match how it's stored.
2002-04-18 Chris Toshok <toshok@ximian.com> * gui/component/ldap-config.glade: change order of scope option menu to match how it's stored. svn path=/trunk/; revision=16534
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/ldap-config.glade4
2 files changed, 7 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 4cee199ec4..8d73b97f85 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,10 @@
2002-04-18 Chris Toshok <toshok@ximian.com>
+ * gui/component/ldap-config.glade: change order of scope option
+ menu to match how it's stored.
+
+2002-04-18 Chris Toshok <toshok@ximian.com>
+
* gui/component/GNOME_Evolution_Addressbook.oaf.in: change ldap
config control text so it fits in the config dialog.
diff --git a/addressbook/gui/component/ldap-config.glade b/addressbook/gui/component/ldap-config.glade
index fd9ebfad8c..868cdb40f0 100644
--- a/addressbook/gui/component/ldap-config.glade
+++ b/addressbook/gui/component/ldap-config.glade
@@ -4435,8 +4435,8 @@ exploits. </label>
<class>GtkOptionMenu</class>
<name>scope-optionmenu</name>
<can_focus>True</can_focus>
- <items>Sub
-One
+ <items>One
+Sub
</items>
<initial_choice>0</initial_choice>
</widget>