summaryrefslogtreecommitdiff
path: root/totimer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'totimer.cpp')
-rw-r--r--totimer.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}
}