From 24d6b3d375b51044e0185c52a1ea172774a0ec47 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 8 Jun 2008 14:01:39 +0000 Subject: Revert wrong listner id counter offset --- gdbus/watch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdbus') diff --git a/gdbus/watch.c b/gdbus/watch.c index 1e66f542..b451cb00 100644 --- a/gdbus/watch.c +++ b/gdbus/watch.c @@ -37,7 +37,7 @@ #define error(fmt...) #define debug(fmt...) -static guint listener_id = 1; +static guint listener_id = 0; static GSList *name_listeners = NULL; struct name_callback { -- cgit