From ae4c1c6ff88b41d38b48039fe2b4624a9807bbf3 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 10 Jan 2003 20:49:16 +0000 Subject: notify-type is a int, not a bool. Duh. 2003-01-10 Jeffrey Stedfast * mail-session.c (main_get_filter_driver): notify-type is a int, not a bool. Duh. svn path=/trunk/; revision=19411 --- mail/ChangeLog | 5 +++++ mail/mail-session.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 1e0a3f46dd..e80c32700d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2003-01-10 Jeffrey Stedfast + + * mail-session.c (main_get_filter_driver): notify-type is a int, + not a bool. Duh. + 2003-01-10 Jeffrey Stedfast * component-factory.c (factory): Updated for function rename. diff --git a/mail/mail-session.c b/mail/mail-session.c index 05375d992f..8bc1f89ef3 100644 --- a/mail/mail-session.c +++ b/mail/mail-session.c @@ -796,7 +796,7 @@ main_get_filter_driver (CamelSession *session, const char *type, CamelException /* FIXME: we need a way to distinguish between filtering new mail and re-filtering a folder because both use the "incoming" filter type */ - notify = gconf_client_get_bool (gconf, "/apps/evolution/mail/notify/type", NULL); + notify = gconf_client_get_int (gconf, "/apps/evolution/mail/notify/type", NULL); if (notify != MAIL_CONFIG_NOTIFY_NOT && !strcmp (type, "incoming")) { char *filename; -- cgit v1.2.3