From 41ce2c3aca241a3866246e68fc7b91e6151e2f51 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Sun, 6 Sep 2015 15:32:24 -0600 Subject: fixed error 139 --- totimer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'totimer.cpp') diff --git a/totimer.cpp b/totimer.cpp index ec9b5dd..b4209dd 100644 --- a/totimer.cpp +++ b/totimer.cpp @@ -69,7 +69,7 @@ void timer_set(tres* lastres, guint32 wait) { timeout=true; lastres->time = lastres->time + wait; - timerid = g_timeout_add(wait*60*1000,(GSourceFunc)notify,lastres); + timerid = g_timeout_add(wait*1000,(GSourceFunc)notify,lastres); } } -- cgit v1.2.3-70-g09d2