diff options
| author | Peter Penz <[email protected]> | 2006-12-07 20:51:05 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2006-12-07 20:51:05 +0000 |
| commit | 31d14571959f1bf750ccc43c15d71ca9338baaaf (patch) | |
| tree | 238becaaa9a5cf93c86d4c5f196d602a6a1f21d7 /src/viewproperties.cpp | |
| parent | 904168ad2a0e2baff0570658c8f9a9c3feba4554 (diff) | |
Apply the view properties to sub directories without using a modal window. This allows the user to proceed with the work during the view properties are applied.
svn path=/trunk/playground/utils/dolphin/; revision=611369
Diffstat (limited to 'src/viewproperties.cpp')
| -rw-r--r-- | src/viewproperties.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/viewproperties.cpp b/src/viewproperties.cpp index d099b3b22..e3e219b24 100644 --- a/src/viewproperties.cpp +++ b/src/viewproperties.cpp @@ -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); |
