aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorSean Atkinson <sean@cantab.net>2002-07-01 18:32:30 +0800
committerSean Atkinson <satkinson@src.gnome.org>2002-07-01 18:32:30 +0800
commit9fd05c275495a4b3b60309466ee927ead3a8e9ef (patch)
tree5bb0609014cd0dfb47671ed2400f2a2459adc7f9 /addressbook
parent71c83b40817aa3dcca189f1d40512772b89eae1c (diff)
downloadgsoc2013-evolution-9fd05c275495a4b3b60309466ee927ead3a8e9ef.tar
gsoc2013-evolution-9fd05c275495a4b3b60309466ee927ead3a8e9ef.tar.gz
gsoc2013-evolution-9fd05c275495a4b3b60309466ee927ead3a8e9ef.tar.bz2
gsoc2013-evolution-9fd05c275495a4b3b60309466ee927ead3a8e9ef.tar.lz
gsoc2013-evolution-9fd05c275495a4b3b60309466ee927ead3a8e9ef.tar.xz
gsoc2013-evolution-9fd05c275495a4b3b60309466ee927ead3a8e9ef.tar.zst
gsoc2013-evolution-9fd05c275495a4b3b60309466ee927ead3a8e9ef.zip
don't unref selection_model (otherwise 3 clicks of "Show Supported Bases"
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). svn path=/trunk/; revision=17333
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/component/addressbook-config.c2
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