aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2008-10-13 18:24:07 +0800
committerSuman Manjunath <msuman@src.gnome.org>2008-10-13 18:24:07 +0800
commita3b38ef1293fa8c8f162be5310e5b3dec8782a2e (patch)
tree71abf784120c4ad329a10d0868a934569425045a /calendar/ChangeLog
parent1f9fc79ef8f6a5391d51b4970b8d4c367f8edc52 (diff)
downloadgsoc2013-evolution-a3b38ef1293fa8c8f162be5310e5b3dec8782a2e.tar
gsoc2013-evolution-a3b38ef1293fa8c8f162be5310e5b3dec8782a2e.tar.gz
gsoc2013-evolution-a3b38ef1293fa8c8f162be5310e5b3dec8782a2e.tar.bz2
gsoc2013-evolution-a3b38ef1293fa8c8f162be5310e5b3dec8782a2e.tar.lz
gsoc2013-evolution-a3b38ef1293fa8c8f162be5310e5b3dec8782a2e.tar.xz
gsoc2013-evolution-a3b38ef1293fa8c8f162be5310e5b3dec8782a2e.tar.zst
gsoc2013-evolution-a3b38ef1293fa8c8f162be5310e5b3dec8782a2e.zip
Fix for bug #424818 (bugzilla.novell.com) - Integrate the mark-calendar-offline plugin into the main code as we already have a similar per-calendar option which does the same thing.
svn path=/trunk/; revision=36610
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index b621c398e8..195a261064 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,20 @@
+2008-10-13 Suman Manjunath <msuman@novell.com>
+
+ ** Fix for bug #424818 (bugzilla.novell.com)
+
+ * gui/dialogs/calendar-setup.c (eccp_general_offline): Don't show offline
+ availability option for B&A calendars.
+ * gui/e-cal-popup.c (e_cal_popup_target_new_source): Check for the correct
+ property ("offline_sync" instead of "offline") while setting the GUI mask.
+ * gui/calendar-component.c (set_offline_availability),
+ (mark_no_offline_cb), (mark_offline_cb):
+ * gui/memos-component.c (set_offline_availability),
+ (mark_no_offline_cb), (mark_offline_cb):
+ * gui/tasks-component.c (set_offline_availability),
+ (mark_no_offline_cb), (mark_offline_cb):
+ Integrate the mark-calendar-offline plugin into the main code as we already
+ have a similar per-calendar option which does the same thing.
+
2008-10-09 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #555494