summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2014-12-03 18:27:35 +0100
committerRichard Hughes <richard@hughsie.com>2014-12-03 17:31:59 +0000
commit9639487d4e3de7974ca4c9e2bef71c464ba6d569 (patch)
tree5d721eb7a51df1561c266dd82b43e0fc01eedd46
parent2199a9b0b5a631a69bb5b4ac00c7c6e8a9007240 (diff)
downloadupower-master.tar.gz
daemon: fix ulong/gulong typoHEADmaster
Regression in 4221835fae97f875a23d0ce449e955f2ea488bbc ("daemon: properly disconnect signals, stop memleak"). https://bugs.freedesktop.org/show_bug.cgi?id=82659 Signed-off-by: Richard Hughes <richard@hughsie.com>
-rw-r--r--src/up-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/up-daemon.c b/src/up-daemon.c
index f857c00..a4ff3e1 100644
--- a/src/up-daemon.c
+++ b/src/up-daemon.c
@@ -973,7 +973,7 @@ up_daemon_start_poll (GObject *object,
UpDevice *device;
TimeoutData *data;
guint timeout;
- ulong handler_id;
+ gulong handler_id;
char *name;
device = UP_DEVICE (object);