diff options
| -rw-r--r-- | src/gs-window-x11.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/gs-window-x11.c b/src/gs-window-x11.c index 6274a1b..b6aa859 100644 --- a/src/gs-window-x11.c +++ b/src/gs-window-x11.c @@ -615,11 +615,11 @@ remove_watchdog_timer (GSWindow *window)  static void  add_watchdog_timer (GSWindow *window, -                    glong     timeout) +                    guint     timeout)  {  	window->priv->watchdog_timer_id = g_timeout_add (timeout, -	                                  (GSourceFunc)watchdog_timer, -	                                  window); +	                                                 (GSourceFunc)watchdog_timer, +	                                                 window);  }  static void | 
