diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-12-20 16:33:18 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-12-20 16:33:18 +0800 |
commit | 0d7c69dd06f119e279b31210b438b25bbb1b3eba (patch) | |
tree | 29cd038e1d864f9705cc170f76fcf5ead7e85a73 /calendar/ChangeLog | |
parent | 88fd18c50325dec0d2a283f0036ac069cfd58708 (diff) | |
download | gsoc2013-evolution-0d7c69dd06f119e279b31210b438b25bbb1b3eba.tar.gz gsoc2013-evolution-0d7c69dd06f119e279b31210b438b25bbb1b3eba.tar.zst gsoc2013-evolution-0d7c69dd06f119e279b31210b438b25bbb1b3eba.zip |
applied an approved patch for fixing #323955. Also correct the date of previous commit.
svn path=/trunk/; revision=30893
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 75f057229c..8ead359e95 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,4 +1,14 @@ -2005-12-15 Johnny Jacob <johnnyjacob@gmail.com> +2005-12-20 P S Chakravarthi <pchakravarthi@novell.com> + + Fixes #323955 + + * gui/alarm-notify/notify-main.c main (), init_alarm_service (), + alarm_notify_factory_fn (): + Removed the mutex code for creating alarm_notify_service and + made init_alarm_service a simple function call rather than in + a g_idle_add () to avoid evolution hang. + +2005-12-19 Johnny Jacob <johnnyjacob@gmail.com> Fixes Bug #324196 |