diff options
author | Hans Petter Jansson <hpj@novell.com> | 2005-02-01 05:50:54 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2005-02-01 05:50:54 +0800 |
commit | 19bd5ce96f3de1b147c455f6673c1d82b29a2637 (patch) | |
tree | 584c22f8e1d655d1ff6fc6337a9c96688e6bd48d /calendar/gui/e-cal-config.c | |
parent | 33fa93239fb7a5e28fe7df0f6f1c6a01aab2a229 (diff) | |
download | gsoc2013-evolution-19bd5ce96f3de1b147c455f6673c1d82b29a2637.tar.gz gsoc2013-evolution-19bd5ce96f3de1b147c455f6673c1d82b29a2637.tar.zst gsoc2013-evolution-19bd5ce96f3de1b147c455f6673c1d82b29a2637.zip |
Use guint instead of ulong for signal ID.
2005-01-31 Hans Petter Jansson <hpj@novell.com>
* gui/e-cal-config.c (_ECalConfigPrivate): Use guint instead of ulong
for signal ID.
svn path=/trunk/; revision=28640
Diffstat (limited to 'calendar/gui/e-cal-config.c')
-rw-r--r-- | calendar/gui/e-cal-config.c | 2 |
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 ())) |