Revision 7f8dca1...

Go back to digest for 13th October 2013

Bug Fixes in KDE Base

Frank Reininghaus committed changes in [kde-baseapps/KDE/4.11] dolphin/src/dolphinviewcontainer.cpp:

Reload the view if a previously unmounted device is mounted again

The problem was that DolphinViewContainer::setUrl(newUrl) was ignored
if newUrl is equal to the URL which is shown in the view already.

The new approach is to reload the view in that method if it is empty, to
make sure that we do not miss that a previously unmounted device has
been re-mounted.

Thanks to Grigoriadis Grigoris for analyzing the root cause of this
issue!


FIXED-IN: 4.11.3

File Changes

Modified 1 files
  • dolphin/src/dolphinviewcontainer.cpp
1 files changed in total