diff --git a/gtk/main.c b/gtk/main.c index 313bf7f86..7305b1f85 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -608,7 +608,7 @@ appsetup( TrWindow * wind, GSList * torrentFiles, /* start scheduled rate timer */ updateScheduledLimits (tr_core_handle( cbdata->core )); - g_timeout_add_seconds( 60, updateScheduledLimits, tr_core_handle( cbdata->core ) ); + g_timeout_add( 60 * 1000, updateScheduledLimits, tr_core_handle( cbdata->core ) ); /* either show the window or iconify it */ if( !minimized )