diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-09 03:52:34 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-09 03:52:34 +0800 |
commit | 3615c9dbb4749849de6ea7d913b5c9bc73ba70ce (patch) | |
tree | 3284d244add037e0a5414e385eeb0de8aee86c94 /calendar/ChangeLog | |
parent | 72d7222c6d21b3935dac26983028ff2b0e06e1dc (diff) | |
download | gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.gz gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.zst gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.zip |
Fixes #329594
svn path=/trunk/; revision=33768
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index abfe07f9bd..dc17a13311 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2007-07-09 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #438613 and #329594 + + * gui/dialogs/event-page.c: (sensitize_widgets): + Disable recurrence and free/busy actions with read only calendars. + * gui/dialogs/comp-editor.c: (prompt_and_save_changes): + When clicked "Save", then claim on readonly calendars and didn't + discard changes silently. + * gui/dialogs/comp-editor.c: (menu_file_save_cb): + Claims on readonly calendars before validating form datas. + + * gui/e-meeting-list-view.c: (build_table): Fixed runtime warning. + * gui/dialogs/alarm-list-dialog.glade: Fixed runtime warnings. + 2007-07-03 Milan Crha <mcrha@redhat.com> ** Fix for bug #321741 |