aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index a28db9a9e8..3ec54474eb 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -1156,7 +1156,7 @@ do_scan_subfolders (CamelStore *store, CamelFolderInfo *info, void *data)
EvolutionStorage *storage = data;
if (info) {
- gtk_object_set_data((GtkObject *)storage, "connected", (void *)1);
+ gtk_object_set_data (GTK_OBJECT (storage), "connected", GINT_TO_POINTER (TRUE));
mail_storage_create_folder (storage, store, info);
}
}