diff --git a/calendar/resources/content/calendar.js b/calendar/resources/content/calendar.js index 945dd44205ec..5572a86a0dff 100644 --- a/calendar/resources/content/calendar.js +++ b/calendar/resources/content/calendar.js @@ -158,6 +158,9 @@ function calendarInit() { gCalendarWindow.calendarManager.checkCalendarURL( window.arguments[0].url ); } + + //a bit of a hack since the menulist doesn't remember the selected value + document.getElementById( 'event-filter-menulist' ).setAttribute( "label", document.getElementById( 'event-filter-menulist' ).selectedItem.getAttribute( 'label' ) ); } // Set the date and time on the clock and set up a timeout to refresh the clock when the