summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index a997880..43a7764 100644
--- a/main.cpp
+++ b/main.cpp
@@ -10,7 +10,7 @@ int main(int argc, char** argv)
notify_init("Tomodori");
tres lastres;
lastres.time=0;
- settimer(&lastres,1);
+ settimer(&lastres,POTIME);
gtk_main();
return 0;
} \ No newline at end of file