diff options
| author | Christian Muehlhaeuser <[email protected]> | 2010-07-03 03:38:58 +0000 |
|---|---|---|
| committer | Christian Muehlhaeuser <[email protected]> | 2010-07-03 03:38:58 +0000 |
| commit | e32ac5c02a417490ea218da7f47d3ded93768dd0 (patch) | |
| tree | cc646b7fb617a9399a3253a75135482aa4e2656b /src | |
| parent | 873bcbc7b7bffa20c0de588ee5bde7dcbb717235 (diff) | |
* Unbreak last commit.
svn path=/trunk/KDE/kdebase/apps/; revision=1145468
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index e73766d24..73a0c63c3 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -1548,7 +1548,7 @@ void DolphinView::slotRedirection(const KUrl& oldUrl, const KUrl& newUrl) { if (oldUrl.equals(url(), KUrl::CompareWithoutTrailingSlash)) { emit redirection(oldUrl, newUrl); - m_controller->redirectToUrl(newUrl); // #186947 + m_viewModeController->redirectToUrl(newUrl); // #186947 } } |
