Fixing so that changing the default start and end hours refreshes the current view.
git-svn-id: svn://10.0.0.236/trunk@137206 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c0c786390c
commit
cbe11a1459
@ -54,6 +54,8 @@ calendarPrefObserver.prototype =
|
||||
// when calendar pref was changed, we reinitialize
|
||||
switch( prefName )
|
||||
{
|
||||
case "calendar.event.defaultstarthour":
|
||||
case "calendar.event.defaultendhour":
|
||||
case "calendar.week.start" :
|
||||
this.CalendarPreferences.calendarWindow.currentView.refresh();
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user