aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/alarm-notify/alarm.c
Commit message (Collapse)AuthorAgeFilesLines
* Add space after a type cast.Antoine Jacoutot2013-09-111-2/+2
|
* calendar: do not assume time_t is longAntoine Jacoutot2013-09-111-3/+3
| | | | | | | | | On Linux time_t is long, on OpenBSD time_t is long long... so printf statements using %lu on 32-bit platforms will break on !Linux. The only portable way to print a time_t is using a cast and casting to "long long" (gint64) is probably the most portable way. https://bugzilla.gnome.org/show_bug.cgi?id=707829
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-2/+3
|
* Bug #680611 - Hibernation shifts alarm notification timeMilan Crha2012-09-121-0/+12
|
* Bug #353743 - Add Print button to meeting notification dialogMilan Crha2012-01-031-0/+324