diff options
-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>" |