aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2007-07-09 03:52:34 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2007-07-09 03:52:34 +0800
commit3615c9dbb4749849de6ea7d913b5c9bc73ba70ce (patch)
tree3284d244add037e0a5414e385eeb0de8aee86c94 /calendar/ChangeLog
parent72d7222c6d21b3935dac26983028ff2b0e06e1dc (diff)
downloadgsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar
gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.gz
gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.bz2
gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.lz
gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.xz
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/ChangeLog15
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