Do not send notifications when running in background mode if user did not flag its appointment.

This commit is contained in:
Frederic Culot
2009-08-17 10:04:38 +00:00
parent 8ba49be856
commit ccd4b4c411
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2009-08-17 Frederic Culot <frederic@culot.org>
* src/notify.c (notify_needs_reminder): do not request for
notification if user did not flag its appointment
2009-08-13 Frederic Culot <frederic@culot.org>
* src/notify.c (notify_thread_app): possible deadlock fixed