- Don't open first section in Preferences: makes behaviour consistent with the rest of UI and fixes Konqueror issue (#1486154)

release-0.6
alecpl 15 years ago
parent 4e4445f55b
commit dbe028f947

@ -351,7 +351,6 @@ function rcube_webmail()
this.sections_list.addEventListener('select', function(o){ p.section_select(o); }); this.sections_list.addEventListener('select', function(o){ p.section_select(o); });
this.sections_list.init(); this.sections_list.init();
this.sections_list.focus(); this.sections_list.focus();
this.sections_list.select_first(); // open first section by default
} }
else if (this.gui_objects.subscriptionlist) else if (this.gui_objects.subscriptionlist)
this.init_subscription_list(); this.init_subscription_list();

Loading…
Cancel
Save