aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@src.gnome.org>2005-05-12 19:11:38 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-05-12 19:11:38 +0800
commitc579bfe5de0884d5cc1436b608eee80816a050ed (patch)
treed13dab6e09b1df66d097c37bab3c35b12c9f4648 /calendar
parent1490bc7b4b2224e5a79cf6fe2c3fe9458c45228e (diff)
downloadgsoc2013-evolution-c579bfe5de0884d5cc1436b608eee80816a050ed.tar
gsoc2013-evolution-c579bfe5de0884d5cc1436b608eee80816a050ed.tar.gz
gsoc2013-evolution-c579bfe5de0884d5cc1436b608eee80816a050ed.tar.bz2
gsoc2013-evolution-c579bfe5de0884d5cc1436b608eee80816a050ed.tar.lz
gsoc2013-evolution-c579bfe5de0884d5cc1436b608eee80816a050ed.tar.xz
gsoc2013-evolution-c579bfe5de0884d5cc1436b608eee80816a050ed.tar.zst
gsoc2013-evolution-c579bfe5de0884d5cc1436b608eee80816a050ed.zip
On behalf of jack jia <jack.jia@sun.com>
fixes #229794 * gui/dialogs/recurrence-page.c: (make_weekly_special): Allow deselection of the current day while scheduling recurrences based on weeek days. svn path=/trunk/; revision=29337
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog9
-rw-r--r--calendar/gui/dialogs/recurrence-page.c1
2 files changed, 9 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d297798102..7ceaa6697c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+2005-05-12 Harish Krishnaswamy <kharish@novell.com>
+
+ on behalf of jack jia <jack.jia@sun.com>
+ fixes #229794
+
+ * gui/dialogs/recurrence-page.c: (make_weekly_special):
+ Allow deselection of the current day while scheduling
+ recurrences based on weeek days.
+
2005-05-12 Sushma Rai <rsushma@novell.com>
* gui/e-cal-model-tasks.c (get_geo): Not marking geographical locations
diff --git a/calendar/gui/dialogs/recurrence-page.c b/calendar/gui/dialogs/recurrence-page.c
index 07e3b6164b..6a201540b3 100644
--- a/calendar/gui/dialogs/recurrence-page.c
+++ b/calendar/gui/dialogs/recurrence-page.c
@@ -934,7 +934,6 @@ make_weekly_special (RecurrencePage *rpage)
weekday_picker_set_week_start_day (wp, calendar_config_get_week_start_day ());
weekday_picker_set_days (wp, priv->weekday_day_mask);
- weekday_picker_set_blocked_days (wp, priv->weekday_blocked_day_mask);
g_signal_connect((wp), "changed",
G_CALLBACK (weekday_picker_changed_cb),