https://bugs.kde.org/show_bug.cgi?id=472653
--- Comment #12 from Giovanni <[email protected]> --- I think I've figured out where the bug is... It all starts in DolphinTabPage::restoreState(QByteArray & const). The function checks whether the configuration file contains the opening of the first child window in the tab which must necessarily always be present and active, otherwise what file manager would it be? The variable is necessarily true but when you start checking whether the second one is present the assumption is that it is present, not that it is present! An else condition is missing! -- You are receiving this mail because: You are watching all bug changes.
