aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-cal-config.c')
-rw-r--r--calendar/gui/e-cal-config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/e-cal-config.c b/calendar/gui/e-cal-config.c
index 3066d4f911..13ad4eb6ac 100644
--- a/calendar/gui/e-cal-config.c
+++ b/calendar/gui/e-cal-config.c
@@ -138,7 +138,7 @@ e_cal_config_get_type (void)
ECalConfig *
e_cal_config_new (int type, const char *menuid)
{
- ECalConfig *ecp = g_object_new (e_cal_config_get_type(), 0);
+ ECalConfig *ecp = g_object_new (e_cal_config_get_type(), NULL);
e_config_construct (&ecp->config, type, menuid);
return ecp;
}
@@ -167,13 +167,13 @@ e_cal_config_target_new_prefs (ECalConfig *ecp, struct _GConfClient *gconf)
}
static const EConfigHookTargetMask ecph_no_masks[] = {
- { 0 }
+ { NULL }
};
static const EConfigHookTargetMap ecph_targets[] = {
{ "source", EC_CONFIG_TARGET_SOURCE, ecph_no_masks },
{ "prefs", EC_CONFIG_TARGET_PREFS, ecph_no_masks },
- { 0 },
+ { NULL },
};
static void