From dbe028f94782137bf0bd4e6c76508ff066a303bb Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 04 Mar 2010 14:41:51 -0500 Subject: [PATCH] - Don't open first section in Preferences: makes behaviour consistent with the rest of UI and fixes Konqueror issue (#1486154) --- program/js/app.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index f6cf04b..8eecc67 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -351,7 +351,6 @@ this.sections_list.addEventListener('select', function(o){ p.section_select(o); }); this.sections_list.init(); this.sections_list.focus(); - this.sections_list.select_first(); // open first section by default } else if (this.gui_objects.subscriptionlist) this.init_subscription_list(); -- Gitblit v1.9.1