]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/treeviewsidebarpage.cpp
dolphinview fix: don't emit urlChanged twice in DolphinView::setUrl (it's already...
[dolphin.git] / src / treeviewsidebarpage.cpp
index 7b434a495c62ebd9b33c415f1728a8d70fb932f8..c8bae088b48920ffe52bee7428ab531933d4c51b 100644 (file)
@@ -189,7 +189,7 @@ void TreeViewSidebarPage::loadTree(const KUrl& url)
 {
     Q_ASSERT(m_dirLister != 0);
 
-    // adjust the root of the tree to the base bookmark
+    // adjust the root of the tree to the base place
     KFilePlacesModel* placesModel = DolphinSettings::instance().placesModel();
     KUrl baseUrl = placesModel->url(placesModel->closestItem(url));
     if (!baseUrl.isValid()) {