aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/e-cal-config.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index bd552bde23..9d12dea57c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-31 Hans Petter Jansson <hpj@novell.com>
+
+ * gui/e-cal-config.c (_ECalConfigPrivate): Use guint instead of ulong
+ for signal ID.
+
2005-01-31 Priit Laes <amd@tt.ee>
Fixes #61078
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 ()))