From 0b9b384a2bbd6257dae54ed1b5ee08f100fa32aa Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Thu, 24 Aug 2000 17:22:12 +0000 Subject: Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify the recursive-store-loading. Load stores when they're added to the config page. svn path=/trunk/; revision=5005 --- mail/mail-ops.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mail/mail-ops.c') diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 0047b5966b..55d392786d 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -60,7 +60,6 @@ static gchar * describe_fetch_mail (gpointer in_data, gboolean gerund) { fetch_mail_input_t *input = (fetch_mail_input_t *) in_data; - CamelStore *source; char *name; /*source = camel_session_get_store (session, input->source_url, NULL); @@ -164,7 +163,7 @@ cleanup_fetch_mail (gpointer in_data, gpointer op_data, CamelException *ex) GtkWidget *dialog; dialog = gnome_ok_dialog (_("There is no new mail.")); - gnome_dialog_run_and_close (GNOME_DIALOG (dialog)); + mail_dialog_run_and_close (GNOME_DIALOG (dialog)); } g_free (input->source_url); -- cgit v1.2.3