diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook-config.c | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ebbc18bcd6..a0e3fcbbef 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -24,6 +24,12 @@ * backend/pas/pas-backend-summary.[ch]: new files, reading and writing (and querying) summaries. +2002-06-27 Sean Atkinson <sean@cantab.net> + + * gui/component/addressbook-config.c (query_for_supported_bases): + don't unref selection_model (otherwise 3 clicks of + "Show Supported Bases" crashes if LDAP server isn't running). + 2002-06-25 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-component.c (create_component): diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index e40dd0806d..8a92c400ab 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -717,8 +717,6 @@ query_for_supported_bases (GtkWidget *button, AddressbookSourceDialog *sdialog) } addressbook_source_free (source); - - gtk_object_unref (GTK_OBJECT (selection_model)); } static void |