[evolution-patches] [PATCH] Calendar/Addressbook using ulong
- From: Hans Petter Jansson <hpj ximian com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] [PATCH] Calendar/Addressbook using ulong
- Date: Sun, 30 Jan 2005 19:32:36 -0600
Configuration code in both the calendar and the addressbook was using
ulong instead of a more portable type.
--
Hans Petter Jansson | <hpj novell com>
Evolution Developer | http://hp.cl.no/
Index: addressbook/gui/widgets/eab-config.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/widgets/eab-config.c,v
retrieving revision 1.2
diff -u -p -r1.2 eab-config.c
--- addressbook/gui/widgets/eab-config.c 21 Oct 2004 21:34:46 -0000 1.2
+++ addressbook/gui/widgets/eab-config.c 31 Jan 2005 01:18:47 -0000
@@ -29,7 +29,7 @@ static GObjectClass *ecp_parent_class;
static GObjectClass *ecph_parent_class;
struct _EABConfigPrivate {
- ulong source_changed_id;
+ guint source_changed_id;
};
#define _PRIVATE(o) (g_type_instance_get_private((GTypeInstance *)o, eab_config_get_type()))
Index: calendar/gui/e-cal-config.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-cal-config.c,v
retrieving revision 1.2
diff -u -p -r1.2 e-cal-config.c
--- calendar/gui/e-cal-config.c 31 Dec 2004 16:59:18 -0000 1.2
+++ calendar/gui/e-cal-config.c 31 Jan 2005 01:18:47 -0000
@@ -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 ()))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]