aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-config.c
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@novell.com>2005-02-01 05:59:17 +0800
committerHans Petter <hansp@src.gnome.org>2005-02-01 05:59:17 +0800
commitce840362681f4a4d54c0e175734aebf6af4e4873 (patch)
treece7aec0787da4ac90134a01a964c579e8a9315d7 /addressbook/gui/widgets/eab-config.c
parent19bd5ce96f3de1b147c455f6673c1d82b29a2637 (diff)
downloadgsoc2013-evolution-ce840362681f4a4d54c0e175734aebf6af4e4873.tar
gsoc2013-evolution-ce840362681f4a4d54c0e175734aebf6af4e4873.tar.gz
gsoc2013-evolution-ce840362681f4a4d54c0e175734aebf6af4e4873.tar.bz2
gsoc2013-evolution-ce840362681f4a4d54c0e175734aebf6af4e4873.tar.lz
gsoc2013-evolution-ce840362681f4a4d54c0e175734aebf6af4e4873.tar.xz
gsoc2013-evolution-ce840362681f4a4d54c0e175734aebf6af4e4873.tar.zst
gsoc2013-evolution-ce840362681f4a4d54c0e175734aebf6af4e4873.zip
Use guint instead of ulong for signal ID.
2005-01-31 Hans Petter Jansson <hpj@novell.com> * gui/widgets/eab-config.c (_EABConfigPrivate): Use guint instead of ulong for signal ID. svn path=/trunk/; revision=28641
Diffstat (limited to 'addressbook/gui/widgets/eab-config.c')
-rw-r--r--addressbook/gui/widgets/eab-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/eab-config.c b/addressbook/gui/widgets/eab-config.c
index 18837289e0..0670b5d5e0 100644
--- a/addressbook/gui/widgets/eab-config.c
+++ b/addressbook/gui/widgets/eab-config.c
@@ -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()))