From df6bc98ded7d55b506ba3498490e5894b0b99b23 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 25 Feb 2010 19:36:36 +0000 Subject: Forward port of SVN commit 1096089: Fix regression that columns stay empty when switching between URLs that differ by more than one sub directory. Thanks to Frank Reininghaus for the analysis. CCBUG: 227785 CCBUG: 227748 svn path=/trunk/KDE/kdebase/apps/; revision=1096093 --- src/dolphincolumnviewcontainer.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dolphincolumnviewcontainer.cpp') diff --git a/src/dolphincolumnviewcontainer.cpp b/src/dolphincolumnviewcontainer.cpp index 839407117..6f1418436 100644 --- a/src/dolphincolumnviewcontainer.cpp +++ b/src/dolphincolumnviewcontainer.cpp @@ -160,8 +160,6 @@ void DolphinColumnViewContainer::showColumn(const KUrl& url) columnIndex++; DolphinColumnView* column = new DolphinColumnView(viewport(), this, childUrl); - column->setActive(false); - m_columns.append(column); // Before invoking layoutColumns() the column must be set visible temporary. -- cgit v1.3