diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-09-06 15:14:59 -0600 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-09-06 15:14:59 -0600 |
commit | 83f3214e91932ef2bdb4c6d75dc3472938008144 (patch) | |
tree | cf66af7d705219078b85803bf1cc95b1eb5515c2 | |
parent | 2f63794da7acbfcf61558428cd84f590a73fc13f (diff) | |
download | pomodori-83f3214e91932ef2bdb4c6d75dc3472938008144.tar.gz pomodori-83f3214e91932ef2bdb4c6d75dc3472938008144.tar.bz2 pomodori-83f3214e91932ef2bdb4c6d75dc3472938008144.zip |
gtk_tray
-rw-r--r-- | main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,8 +10,6 @@ int main(int argc, char** argv) { - if (argc<2) - return 0; gtk_init(&argc, &argv); timer_init(); tray_init(); |