diff options
| author | Kevin Ottens <[email protected]> | 2007-10-20 17:05:16 +0000 |
|---|---|---|
| committer | Kevin Ottens <[email protected]> | 2007-10-20 17:05:16 +0000 |
| commit | 45c3d6e9acaa44048c8313b2b4e4b113c20f3d30 (patch) | |
| tree | 4a6fd1514005cbe0f2e26a968d4b67c53ffdfb2e | |
| parent | 5cd56a806d003d8dcbc28e0376c77c0f91271651 (diff) | |
Reverts commit 726516. We have to report the URL changed to the outside
so that panels can react to the change correctly.
svn path=/trunk/KDE/kdebase/apps/; revision=727475
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index cf959f05b..74869e967 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -236,6 +236,7 @@ void DolphinMainWindow::changeUrl(const KUrl& url) updateViewActions(); updateGoActions(); setCaption(url.fileName()); + emit urlChanged(url); } } |
