diff options
author | Hans Petter Jansson <hpj@novell.com> | 2005-02-01 05:59:17 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2005-02-01 05:59:17 +0800 |
commit | ce840362681f4a4d54c0e175734aebf6af4e4873 (patch) | |
tree | ce7aec0787da4ac90134a01a964c579e8a9315d7 /addressbook/gui | |
parent | 19bd5ce96f3de1b147c455f6673c1d82b29a2637 (diff) | |
download | gsoc2013-evolution-ce840362681f4a4d54c0e175734aebf6af4e4873.tar.gz 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')
-rw-r--r-- | addressbook/gui/widgets/eab-config.c | 2 |
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())) |