diff options
| author | Peter Penz <[email protected]> | 2010-01-14 07:43:14 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-01-14 07:43:14 +0000 |
| commit | d3ee535749d0c61b0361601badb6f74473580ad1 (patch) | |
| tree | 6162f3bed8af025b1ef1c12b1993cb5e9d59515b /src/dolphinview.h | |
| parent | a0d3cf4aa8ffa76ed22a67efa4ea156eb2ef9f68 (diff) | |
If the root directory lister is different from the internally used directory lister (e. g. in the column view), it is important to synchronize them.
This fixes the issue that the enabled state of the "Create New..." menu in the column view has not been updated.
BUG: 222329
svn path=/trunk/KDE/kdebase/apps/; revision=1074441
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 95a2ad3b1..17f1395ac 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -804,6 +804,7 @@ private: QWidget* layoutTarget() const; KUrl rootUrl() const; + KDirLister* rootDirLister() const; bool supportsCategorizedSorting() const; bool itemsExpandable() const; |
