mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
Fixing so that changing the default start and end hours refreshes the current view.
This commit is contained in:
parent
f6a58207fb
commit
2467310b80
@ -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