aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-config.c')
-rw-r--r--mail/em-config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/em-config.c b/mail/em-config.c
index a1f25a5a3a..ef3f793563 100644
--- a/mail/em-config.c
+++ b/mail/em-config.c
@@ -195,7 +195,7 @@ em_config_get_type(void)
EMConfig *em_config_new(int type, const char *menuid)
{
- EMConfig *emp = g_object_new(em_config_get_type(), 0);
+ EMConfig *emp = g_object_new(em_config_get_type(), NULL);
e_config_construct(&emp->config, type, menuid);
@@ -270,14 +270,14 @@ static void *emph_parent_class;
#define emph ((EMConfigHook *)eph)
static const EConfigHookTargetMask emph_no_masks[] = {
- { 0 }
+ { NULL }
};
static const EConfigHookTargetMap emph_targets[] = {
{ "folder", EM_CONFIG_TARGET_FOLDER, emph_no_masks },
{ "prefs", EM_CONFIG_TARGET_PREFS, emph_no_masks },
{ "account", EM_CONFIG_TARGET_ACCOUNT, emph_no_masks },
- { 0 }
+ { NULL }
};
static void