]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/viewproperties.cpp
Apply the view properties to sub directories without using a modal window. This allow...
[dolphin.git] / src / viewproperties.cpp
index d099b3b22d48e244ba8eed9cd030f599e793677f..e3e219b24c8b4575b792b816613756fd39a88395 100644 (file)
@@ -50,9 +50,9 @@ ViewProperties::ViewProperties(const KUrl& url) :
         return;
     }
 
-    // we try and save it to a file in the directory being viewed
-    // if the directory is not writable by the user or the directory is not local
-    // we store the properties information in a local file
+    // We try and save it to a file in the directory being viewed.
+    // If the directory is not writable by the user or the directory is not local,
+    // we store the properties information in a local file.
     QString rootDir("/"); // TODO: should this be set to the root of the bookmark, if any?
     if (cleanUrl.isLocalFile()) {
         QFileInfo info(m_filepath);