From: Peter Penz Date: Fri, 15 Jun 2012 09:36:41 +0000 (+0200) Subject: Update the URL if the accessibility has been changed X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/80ac5847a30291958d5806083eb02769572c53b2 Update the URL if the accessibility has been changed CCBUG: 301071 --- diff --git a/src/panels/places/placesitem.cpp b/src/panels/places/placesitem.cpp index 10bebc231..dac1bdb3b 100644 --- a/src/panels/places/placesitem.cpp +++ b/src/panels/places/placesitem.cpp @@ -271,6 +271,7 @@ void PlacesItem::initializeDevice(const QString& udi) void PlacesItem::onAccessibilityChanged() { setIconOverlays(m_device.emblems()); + setUrl(m_access->filePath()); } void PlacesItem::onTrashDirListerCompleted()