diff options
| author | Peter Penz <[email protected]> | 2008-05-29 06:14:47 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-05-29 06:14:47 +0000 |
| commit | d0df0730644b8ff4f3cdd908411cd0b44a6dc978 (patch) | |
| tree | ee2d57731266748eb0b85ba5113921a5d7ba06b0 /src | |
| parent | 091d15582b311056f1fe05f5d5c922d4e46c3129 (diff) | |
SVN_SILENT: minor coding style fix
svn path=/trunk/KDE/kdebase/apps/; revision=814019
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinview.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 7e0a91e75..3e9b40e0b 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -1213,8 +1213,9 @@ void DolphinView::slotRequestUrlChange(const KUrl& url) void DolphinView::slotRedirection(const KUrl& oldUrl, const KUrl& newUrl) { - if (oldUrl == m_controller->url()) + if (oldUrl == m_controller->url()) { m_controller->setUrl(newUrl); + } } #include "dolphinview.moc" |
