From 2c05dbde2c25eeeee64f7694de14e9ee53bfe774 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Fri, 13 Apr 2001 22:21:47 +0000 Subject: s/imap_store/store/, fixing a typo that was causing the build to fail. 2001-04-13 Jon Trowbridge * providers/imap/camel-imap-store.c (imap_disconnect): s/imap_store/store/, fixing a typo that was causing the build to fail. svn path=/trunk/; revision=9306 --- camel/ChangeLog | 6 +++++- camel/providers/imap/camel-imap-store.c | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/camel/ChangeLog b/camel/ChangeLog index 8e8d303b82..269e29bdc4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,4 +1,8 @@ -2001-04-13 Jon Trowbridge +2001-04-13 Jon Trowbridge + + * providers/imap/camel-imap-store.c (imap_disconnect): + s/imap_store/store/, fixing a typo that was causing the build to + fail. * camel-filter-search.c (get_source): Make the (previously unused) get-source command actually do the right thing, properly shrouding diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c index 7ff46b9850..214b9fe18b 100644 --- a/camel/providers/imap/camel-imap-store.c +++ b/camel/providers/imap/camel-imap-store.c @@ -734,11 +734,11 @@ imap_disconnect (CamelService *service, gboolean clean, CamelException *ex) store->subscribed_folders = NULL; } - if (imap_store->authtypes) { - g_hash_table_foreach_remove (imap_store->authtypes, + if (store->authtypes) { + g_hash_table_foreach_remove (store->authtypes, free_key, NULL); - g_hash_table_destroy (imap_store->authtypes); - imap_store->authtypes = NULL; + g_hash_table_destroy (store->authtypes); + store->authtypes = NULL; } if (store->namespace && !(store->parameters & IMAP_PARAM_OVERRIDE_NAMESPACE)) { -- cgit v1.2.3