aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-06-28 19:19:27 +0800
committerMilan Crha <mcrha@redhat.com>2010-06-28 19:19:27 +0800
commit5b567784eed37f24a0594016d308c4b62a06e6bf (patch)
tree86ed309ee51668190603d055bbae9d61ea94e104 /calendar/gui
parent7c67c3cc10c3653127773cc4b53682d864c08aea (diff)
downloadgsoc2013-evolution-5b567784eed37f24a0594016d308c4b62a06e6bf.tar.gz
gsoc2013-evolution-5b567784eed37f24a0594016d308c4b62a06e6bf.tar.zst
gsoc2013-evolution-5b567784eed37f24a0594016d308c4b62a06e6bf.zip
Bug #623029 - Work week days not restored on start
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/e-day-view.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c
index 9fb0a78ee4..cef0034c74 100644
--- a/calendar/gui/e-day-view.c
+++ b/calendar/gui/e-day-view.c
@@ -2613,6 +2613,9 @@ e_day_view_recalc_day_starts (EDayView *day_view,
str = g_strdup_printf (_("Week %d"), g_date_get_iso8601_week_of_year (&dt));
gtk_label_set_text (GTK_LABEL (day_view->week_number_label), str);
g_free (str);
+
+ if (day_view->work_week_view)
+ e_day_view_recalc_work_week (day_view);
}
/* Whether we are displaying a work-week, in which case the display always