diff options
| author | Peter Penz <[email protected]> | 2010-12-15 18:40:08 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-12-15 18:40:08 +0000 |
| commit | adde3d4e3cd21d35be78c6a827b4b69a05d6e10c (patch) | |
| tree | caf22629475a8b7d1a0bf23412d5abcb0d6885b6 /src/dolphinviewcontainer.h | |
| parent | 221059395c44cda970039538fd8ba97a2cd873e0 (diff) | |
Fix issue that the enabled state of the "Create New..." menu is not updated correctly in the column-view.
BUG: 258534
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1206749
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 337452e5c..7586dc13f 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -265,8 +265,6 @@ private: bool isSearchUrl(const KUrl& url) const; private: - bool m_isFolderWritable; - QVBoxLayout* m_topLayout; KUrlNavigator* m_urlNavigator; DolphinSearchBox* m_searchBox; |
