┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.cpp
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2013-10-26 09:30:18 +0200
committerFrank Reininghaus <[email protected]>2013-10-26 09:30:18 +0200
commit70cd04df40b152fd7a448964b9f9ca4948291eb3 (patch)
treedc23f77283b149ef0a6953fefffd413e5979ae35 /src/dolphinviewcontainer.cpp
parent76ae282ad9ad4ff9db0b7566df3c6058b38e64e6 (diff)
parentf55119945f0edc369b53c64b45ae117dc73ff426 (diff)
Merge remote-tracking branch 'origin/KDE/4.11'
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
-rw-r--r--src/dolphinviewcontainer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp
index dc51f85f0..cc26198a0 100644
--- a/src/dolphinviewcontainer.cpp
+++ b/src/dolphinviewcontainer.cpp
@@ -372,10 +372,6 @@ void DolphinViewContainer::setUrl(const KUrl& newUrl)
{
if (newUrl != m_urlNavigator->locationUrl()) {
m_urlNavigator->setLocationUrl(newUrl);
- } else if (m_view->itemsCount() == 0) {
- // Maybe a previously unmounted device has been mounted again.
- // Let's reload the view to be safe (see https://bugs.kde.org/show_bug.cgi?id=161385).
- m_view->reload();
}
#ifdef KActivities_FOUND