diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-08 14:01:39 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-08 14:01:39 +0000 |
commit | 24d6b3d375b51044e0185c52a1ea172774a0ec47 (patch) | |
tree | de27f89e5a2b7ec9ec2d3d2fe69489eca0856c85 /gdbus/watch.c | |
parent | 7edc33c3c99dc8421390c8ad29ffd3924d64c733 (diff) |
Revert wrong listner id counter offset
Diffstat (limited to 'gdbus/watch.c')
-rw-r--r-- | gdbus/watch.c | 2 |
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 { |