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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-config.c b/calendar/gui/e-cal-config.c
index 8059e25f4d..81e818c806 100644
--- a/calendar/gui/e-cal-config.c
+++ b/calendar/gui/e-cal-config.c
@@ -30,7 +30,7 @@ static GObjectClass *ecp_parent_class;
static GObjectClass *ecph_parent_class;
struct _ECalConfigPrivate {
- ulong source_changed_id;
+ guint source_changed_id;
};
#define _PRIVATE(o) (g_type_instance_get_private ((GTypeInstance *)o, e_cal_config_get_type ()))