From 19983a967556879fb9947c4319dbc9250a304168 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 3 Nov 2000 18:23:08 +0000 Subject: url_flags are now on CamelProvider, not CamelService * mail-config-gui.c (service_page_item_new): url_flags are now on CamelProvider, not CamelService * main.c: * subscribe-dialog.c: * mail-threads.c: Kill warnings svn path=/trunk/; revision=6371 --- mail/mail-threads.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mail/mail-threads.c') diff --git a/mail/mail-threads.c b/mail/mail-threads.c index 10502557a6..cc66b60ce2 100644 --- a/mail/mail-threads.c +++ b/mail/mail-threads.c @@ -28,6 +28,8 @@ #include #include +#include + #include "folder-browser-factory.h" #include "camel/camel-object.h" @@ -889,7 +891,8 @@ get_password (com_msg_t * msg) *(msg->reply) = g_strdup (_("Could not create dialog box.")); button = -1; } else { - e_container_foreach_leaf(dialog, focus_on_entry, NULL); + e_container_foreach_leaf (GTK_CONTAINER (dialog), + focus_on_entry, NULL); *(msg->reply) = NULL; button = gnome_dialog_run_and_close (GNOME_DIALOG (dialog)); } -- cgit v1.2.3