From ce840362681f4a4d54c0e175734aebf6af4e4873 Mon Sep 17 00:00:00 2001
From: Hans Petter Jansson <hpj@novell.com>
Date: Mon, 31 Jan 2005 21:59:17 +0000
Subject: 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
---
 addressbook/gui/widgets/eab-config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'addressbook/gui')

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()))
-- 
cgit