diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-03 18:12:05 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-03 18:12:05 +0800 |
commit | 0f927224fe992116c0710c9fb15ddfd7d5f6fb61 (patch) | |
tree | 165c5edca6c551c345cb94ca55ad573539d0bd4e /calendar/ChangeLog | |
parent | 651529309714d5e0116069cb1d59abc918f73cc2 (diff) | |
download | gsoc2013-evolution-0f927224fe992116c0710c9fb15ddfd7d5f6fb61.tar.gz gsoc2013-evolution-0f927224fe992116c0710c9fb15ddfd7d5f6fb61.tar.zst gsoc2013-evolution-0f927224fe992116c0710c9fb15ddfd7d5f6fb61.zip |
fixes 271480.
svn path=/trunk/; revision=30473
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7e94b4054c..c9bee9ebdb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2005-10-03 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #271480 + * gui/alarm-notify/notify-main.c: (alarm_notify_factory_fn), + (init_alarm_service): Added a global static mutex to ensure + the alarm_notify object is created only once. + 2005-10-03 Mubeen Jukaku <jmubeen@novell.com> Fixes #264449 |