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 43d599e..b5ddb6f 100644
--- a/main.cpp
+++ b/main.cpp
@@ -13,7 +13,7 @@ int main(int argc, char** argv)
tres lastres;
lastres.time=0;
lastres.reason=argv[1];
- settimer(&lastres,1);
+ settimer(&lastres,POTIME);
gtk_main();
return 0;
} \ No newline at end of file