diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-09-04 11:28:34 -0600 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-09-04 11:28:34 -0600 |
commit | 4e296d5f189c2a5a4505149a7cfba3b1f50f0d85 (patch) | |
tree | eb790522b1ea8214999a80edd8508d459aaed254 /totimer.cpp | |
parent | 4797fa9af722263307f08b386458691a5b70fa29 (diff) | |
download | pomodori-4e296d5f189c2a5a4505149a7cfba3b1f50f0d85.tar.gz pomodori-4e296d5f189c2a5a4505149a7cfba3b1f50f0d85.tar.bz2 pomodori-4e296d5f189c2a5a4505149a7cfba3b1f50f0d85.zip |
sqlite logging
Diffstat (limited to 'totimer.cpp')
-rw-r--r-- | totimer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/totimer.cpp b/totimer.cpp index 66a6b52..05e2a01 100644 --- a/totimer.cpp +++ b/totimer.cpp @@ -37,7 +37,7 @@ bool notify(gpointer user_data) sprintf(str,"Time's up!(%d)",lastres->time-POTIME); else sprintf(str,"Time's up!"); - n = notify_notification_new ("Tomodori",str, NULL); + n = notify_notification_new ("Pomodori",str, NULL); notify_notification_set_urgency(n,NOTIFY_URGENCY_CRITICAL); notify_notification_add_action(n,"M", "More",(NotifyActionCallback)timeup,lastres,NULL); notify_notification_add_action(n,"G", "Good",(NotifyActionCallback)timeup,lastres,NULL); |