diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-09-04 11:43:46 -0600 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-09-04 11:43:46 -0600 |
commit | 3507dcb7a51249962e40847626f72f5207e8c0af (patch) | |
tree | 234f4929bd28c51c82e8af4beaf5363388eae738 | |
parent | 4e296d5f189c2a5a4505149a7cfba3b1f50f0d85 (diff) | |
download | pomodori-3507dcb7a51249962e40847626f72f5207e8c0af.tar.gz pomodori-3507dcb7a51249962e40847626f72f5207e8c0af.tar.bz2 pomodori-3507dcb7a51249962e40847626f72f5207e8c0af.zip |
revert to original time
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |