diff options
| author | Matthias Fuchs <[email protected]> | 2011-06-11 00:09:21 +0200 |
|---|---|---|
| committer | Matthias Fuchs <[email protected]> | 2011-06-11 00:28:05 +0200 |
| commit | df557df2e02c9c1661cf09b1fdd8be2aaf877401 (patch) | |
| tree | f8cdbfcdd5829565506d2e233fb84c2f6f0d97d9 /src/dolphinviewcontainer.cpp | |
| parent | 8f6045bac7410ac599b2ece0aa045102be492bd2 (diff) | |
Return the url of the view instead of the url of the url navigator.
That way if a wrong protocol had been entered the currently watched directory will be returned.
BUG:274890
REVIEW:101580
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 1042ece63..67ea84d1b 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -162,7 +162,7 @@ DolphinViewContainer::~DolphinViewContainer() KUrl DolphinViewContainer::url() const { - return m_urlNavigator->locationUrl(); + return m_view->url(); } void DolphinViewContainer::setActive(bool active) |
