┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2007-12-20 00:08:17 +0000
committerRafael Fernández López <[email protected]>2007-12-20 00:08:17 +0000
commitc2d9d9becaf4267f03685e70233c1335f22d1c0d (patch)
tree6359e734f500f792420a6e0a8911d7a7a7e1253d /src
parent40744e54040ecd230b92126e070d57086dbcd59a (diff)
Fix the problem with the column views.
BUG: 154053 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=750749
Diffstat (limited to 'src')
-rw-r--r--src/dolphinpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
index 714d4b09f..616351d04 100644
--- a/src/dolphinpart.cpp
+++ b/src/dolphinpart.cpp
@@ -320,7 +320,7 @@ void DolphinPart::slotUrlChanged(const KUrl& url)
// If the view URL is not equal to 'url', then an inner URL change has
// been done (e. g. by activating an existing column in the column view).
// From the hosts point of view this must be handled like changing the URL.
- emit m_extension->openUrlRequest(url);
+ emit m_extension->openUrlRequestDelayed(url, KParts::OpenUrlArguments(), KParts::BrowserArguments());
}
}