diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-12-08 12:02:47 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-12-08 12:02:47 +0800 |
commit | 7223655df2828370ab19f14953ecd22a30a4b55f (patch) | |
tree | 316d1edfe4a3daa3288d5420d5ffc3d8a141d61d /calendar/ChangeLog | |
parent | 7b221ebc07a7867c3528b113e82f25a01816a015 (diff) | |
download | gsoc2013-evolution-7223655df2828370ab19f14953ecd22a30a4b55f.tar.gz gsoc2013-evolution-7223655df2828370ab19f14953ecd22a30a4b55f.tar.zst gsoc2013-evolution-7223655df2828370ab19f14953ecd22a30a4b55f.zip |
Patch from Paul Bolle <pebolle@tiscali.nl> : Fix for bug #551599 (Do not fallback to default 15 minutes alarm offset if alarm is triggered at start (or end) of appointment).
svn path=/trunk/; revision=36837
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 58c6860eaf..4ec1932a79 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2008-12-08 Paul Bolle <pebolle@tiscali.nl> + + ** Fix for bug #551599 + + * gui/dialogs/alarm-dialog.c: (populate_widgets_from_alarm): + Do not fallback to default 15 minutes alarm offset if alarm is + triggered at start (or end) of appointment. + 2008-12-05 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #332629 |