From: Sergio Villar Senin Date: Thu, 30 Oct 2008 10:36:26 +0000 (+0000) Subject: * Fixes NB#91160, replaced a FALSE with a NULL X-Git-Tag: git_migration_finished~1079 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=ba5187c9230d966f02ddc196f3cbb626ce672cde;ds=sidebyside * Fixes NB#91160, replaced a FALSE with a NULL pmo-trunk-r6189 --- diff --git a/src/modest-account-mgr.c b/src/modest-account-mgr.c index 09b97ef..93d7b20 100644 --- a/src/modest-account-mgr.c +++ b/src/modest-account-mgr.c @@ -956,7 +956,7 @@ modest_account_mgr_get_list (ModestAccountMgr *self, const gchar *name, g_printerr ("modest: error getting list '%s': %s\n", keyname, err->message); g_error_free (err); - retval = FALSE; + retval = NULL; } return retval; }