From 8672851a75a98668a33afc12bafb55a768cdc638 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 19 Nov 2007 20:10:20 +0000 Subject: fixed issue that the "empty column" is not layouted when pressing the back-button svn path=/trunk/KDE/kdebase/apps/; revision=738822 --- src/dolphincolumnview.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphincolumnview.cpp') diff --git a/src/dolphincolumnview.cpp b/src/dolphincolumnview.cpp index f69dc207e..e0d48e5fa 100644 --- a/src/dolphincolumnview.cpp +++ b/src/dolphincolumnview.cpp @@ -178,6 +178,7 @@ void DolphinColumnView::showColumn(const KUrl& url) if (column->url() == url) { // the column represents already the requested URL, hence activate it requestActivation(column); + layoutColumns(); return; } else if (!column->url().isParentOf(url)) { // the column is no parent of the requested URL, hence -- cgit v1.3