diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-11 05:34:36 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-11 05:34:36 +0800 |
commit | 56ce77269ff860d7d70e24f2d872172a7415f318 (patch) | |
tree | 464378893fb62da515a5bf3b414b192582340aa0 | |
parent | 193eb1ae72eeebc52a7237c59fc525e5355eac86 (diff) | |
download | gsoc2013-evolution-56ce77269ff860d7d70e24f2d872172a7415f318.tar gsoc2013-evolution-56ce77269ff860d7d70e24f2d872172a7415f318.tar.gz gsoc2013-evolution-56ce77269ff860d7d70e24f2d872172a7415f318.tar.bz2 gsoc2013-evolution-56ce77269ff860d7d70e24f2d872172a7415f318.tar.lz gsoc2013-evolution-56ce77269ff860d7d70e24f2d872172a7415f318.tar.xz gsoc2013-evolution-56ce77269ff860d7d70e24f2d872172a7415f318.tar.zst gsoc2013-evolution-56ce77269ff860d7d70e24f2d872172a7415f318.zip |
Make the table view be sorted by name initially.
2000-05-10 Christopher James Lahey <clahey@helixcode.com>
* gui/component/addressbook.c: Make the table view be sorted by
name initially.
svn path=/trunk/; revision=2981
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 8878ddfe18..0a35c45106 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2000-05-10 Christopher James Lahey <clahey@helixcode.com> + * gui/component/addressbook.c: Make the table view be sorted by + name initially. + +2000-05-10 Christopher James Lahey <clahey@helixcode.com> + * backend/pas/pas-book-factory.c: Send a proper response when you can't find the ldap URI. diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 414c2a5688..ce92d28563 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -599,7 +599,7 @@ set_prop (BonoboPropertyBag *bag, <column>13</column> \ </columns-shown> \ <grouping> \ - <leaf column=\"2\" ascending=\"1\"/> \ + <leaf column=\"0\" ascending=\"1\"/> \ </grouping> \ </ETableSpecification>" |