diff options
author | Sean Atkinson <sean@cantab.net> | 2002-07-01 18:32:30 +0800 |
---|---|---|
committer | Sean Atkinson <satkinson@src.gnome.org> | 2002-07-01 18:32:30 +0800 |
commit | 9fd05c275495a4b3b60309466ee927ead3a8e9ef (patch) | |
tree | 5bb0609014cd0dfb47671ed2400f2a2459adc7f9 /addressbook/gui | |
parent | 71c83b40817aa3dcca189f1d40512772b89eae1c (diff) | |
download | gsoc2013-evolution-9fd05c275495a4b3b60309466ee927ead3a8e9ef.tar.gz 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/gui')
-rw-r--r-- | addressbook/gui/component/addressbook-config.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |