mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-04-19 19:30:39 +02:00
daemon: fix ulong/gulong typo
Regression in 4221835fae ("daemon:
properly disconnect signals, stop memleak").
https://bugs.freedesktop.org/show_bug.cgi?id=82659
Signed-off-by: Richard Hughes <richard@hughsie.com>
This commit is contained in:
parent
2199a9b0b5
commit
9639487d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue