diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-05 15:53:21 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-05 15:53:21 +0800 |
commit | 6f8f1c6d8d3a6f46e461352a93b6676d2871a1b4 (patch) | |
tree | 631c69f08c94cf541d663d613185863e6f3f721b /calendar/ChangeLog | |
parent | f7b72fea208b2534a877474716806b57c4bf2375 (diff) | |
download | gsoc2013-evolution-6f8f1c6d8d3a6f46e461352a93b6676d2871a1b4.tar gsoc2013-evolution-6f8f1c6d8d3a6f46e461352a93b6676d2871a1b4.tar.gz gsoc2013-evolution-6f8f1c6d8d3a6f46e461352a93b6676d2871a1b4.tar.bz2 gsoc2013-evolution-6f8f1c6d8d3a6f46e461352a93b6676d2871a1b4.tar.lz gsoc2013-evolution-6f8f1c6d8d3a6f46e461352a93b6676d2871a1b4.tar.xz gsoc2013-evolution-6f8f1c6d8d3a6f46e461352a93b6676d2871a1b4.tar.zst gsoc2013-evolution-6f8f1c6d8d3a6f46e461352a93b6676d2871a1b4.zip |
make the alarm dialog modal.
svn path=/trunk/; revision=31063
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4d23ba3faf..e50d92ab05 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2006-01-05 Johnny Jacob <johnnyjacob@gmail.com> + * gui/dialogs/event-page.c (init_widgets): Set alarm-dialog as + modal. + +2006-01-05 Johnny Jacob <johnnyjacob@gmail.com> + Fixes #216535 * gui/dialogs/event-page.c (end_date_changed_cb ): Added. Signal handler for end_time. |