* Fixes NB#91160, replaced a FALSE with a NULL
authorSergio Villar Senin <svillar@igalia.com>
Thu, 30 Oct 2008 10:36:26 +0000 (10:36 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Thu, 30 Oct 2008 10:36:26 +0000 (10:36 +0000)
pmo-trunk-r6189

src/modest-account-mgr.c

index 09b97ef..93d7b20 100644 (file)
@@ -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;
 }