diff options
| author | Peter Penz <[email protected]> | 2007-11-19 20:10:20 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-11-19 20:10:20 +0000 |
| commit | 8672851a75a98668a33afc12bafb55a768cdc638 (patch) | |
| tree | 62122e50c1015acb6ca3cea94d6b0d58dfe9f1d2 /src | |
| parent | 46b52d7ba2a949d792fb05bd3fcf84c13244c453 (diff) | |
fixed issue that the "empty column" is not layouted when pressing the back-button
svn path=/trunk/KDE/kdebase/apps/; revision=738822
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphincolumnview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
