diff options
| author | Norbert Frese <[email protected]> | 2008-03-05 00:17:53 +0000 |
|---|---|---|
| committer | Norbert Frese <[email protected]> | 2008-03-05 00:17:53 +0000 |
| commit | 7a1992e86b6c112b1dab9817ddcfb90e3d574a57 (patch) | |
| tree | ef77a4a0af5dc676704ccd2f1f146b9efedd5184 /src/dolphinpart.cpp | |
| parent | 488ab56d0ae698c872137cceea6b18af5fb96730 (diff) | |
Make Konqueror and Dolphin use the new KFileItem::targetUrl() method.
svn path=/trunk/KDE/kdebase/apps/; revision=782396
Diffstat (limited to 'src/dolphinpart.cpp')
| -rw-r--r-- | src/dolphinpart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index 9ed69bddf..aa1bb6d7c 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -273,7 +273,7 @@ void DolphinPart::slotItemTriggered(const KFileItem& item) } else { // Left button. [Right button goes to slotOpenContextMenu before triggered can be emitted] kDebug() << "LMB"; - emit m_extension->openUrlRequest(item.url(), args, browserArgs); + emit m_extension->openUrlRequest(item.targetUrl(), args, browserArgs); } } |
