summaryrefslogtreecommitdiffstats
path: root/gdbus
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-08 14:01:39 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-08 14:01:39 +0000
commit24d6b3d375b51044e0185c52a1ea172774a0ec47 (patch)
treede27f89e5a2b7ec9ec2d3d2fe69489eca0856c85 /gdbus
parent7edc33c3c99dc8421390c8ad29ffd3924d64c733 (diff)
Revert wrong listner id counter offset
Diffstat (limited to 'gdbus')
-rw-r--r--gdbus/watch.c2
1 files changed, 1 insertions, 1 deletions
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 {