diff options
Diffstat (limited to 'src/gs-watcher-x11.c')
-rw-r--r-- | src/gs-watcher-x11.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gs-watcher-x11.c b/src/gs-watcher-x11.c index a5e69f9..98b32d1 100644 --- a/src/gs-watcher-x11.c +++ b/src/gs-watcher-x11.c @@ -89,11 +89,11 @@ remove_watchdog_timer (GSWatcher *watcher) static void add_watchdog_timer (GSWatcher *watcher, - glong timeout) + guint timeout) { watcher->priv->watchdog_timer_id = g_timeout_add (timeout, - (GSourceFunc)watchdog_timer, - watcher); + (GSourceFunc)watchdog_timer, + watcher); } static void |