diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-29 05:16:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-29 05:16:33 +0800 |
commit | 7005a8dcdc6f2fb87826cfb7e7d575130476d65d (patch) | |
tree | e500a455ba03ff1c63bce7f8d970704b22a61fd7 /calendar/gui | |
parent | 46e5f2d7f950b00e6a523c29fbba9ba43632a80d (diff) | |
download | gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.tar gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.tar.gz gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.tar.bz2 gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.tar.lz gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.tar.xz gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.tar.zst gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.zip |
Coding style and whitespace cleanups.
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/alarm-notify/alarm-queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index d5750e22ca..25010a649d 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -179,7 +179,7 @@ message_push (Message *msg) { /* This used be pushed through the thread pool. This fix is made to work-around the crashers in dbus due to threading. The threading is not completely removed as - its better to have alarm daemon running in a thread rather than blocking main thread. + its better to have alarm daemon running in a thread rather than blocking main thread. This is the reason the creation of thread pool is commented out */ msg->func (msg); } |