diff options
| author | Peter Penz <[email protected]> | 2012-06-15 11:36:41 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-06-15 11:37:50 +0200 |
| commit | 80ac5847a30291958d5806083eb02769572c53b2 (patch) | |
| tree | 5c0301a26506b14d3fd8825388fc04ea8744c2b7 /src | |
| parent | e9463ffe2ac110193cac4c25fcba887249f52b3c (diff) | |
Update the URL if the accessibility has been changed
CCBUG: 301071
Diffstat (limited to 'src')
| -rw-r--r-- | src/panels/places/placesitem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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() |
