┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-02-10 07:09:49 +0000
committerPeter Penz <[email protected]>2009-02-10 07:09:49 +0000
commit3cfeee94d440d266484772df579ee4c4b3484d88 (patch)
tree362fec3887403055c5a52fc79bfa51693bff41f9 /src/dolphinviewcontainer.h
parent8f6e9890fd0f79c7f8215fad7ca045b7ccbecb87 (diff)
Fixed issue that the 'Create New' menu might be disabled although creating of files is allowed. Thanks to Frank Reininghaus for the patch!
BUG: 183812 svn path=/trunk/KDE/kdebase/apps/; revision=924120
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h
index eb70c37e1..3c5270a6e 100644
--- a/src/dolphinviewcontainer.h
+++ b/src/dolphinviewcontainer.h
@@ -234,6 +234,7 @@ private slots:
private:
bool m_showProgress;
+ bool m_isFolderWritable;
DolphinMainWindow* m_mainWindow;
QVBoxLayout* m_topLayout;