diff options
| author | Frank Reininghaus <[email protected]> | 2013-07-31 19:19:30 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2013-07-31 19:19:30 +0200 |
| commit | 4e67f53f1cdbdb8d994a6f107ca759a0b40e12de (patch) | |
| tree | 6e68c48ce61cbb872307389b17b1660f5f7cfc2d /src | |
| parent | b86388f9c653c226a054123ea26f5c4e71c5c20c (diff) | |
Do not enable the "Create New..." menu when a search is finished
BUG: 321577
FIXED-IN: 4.12.0
REVIEW: 111805
Diffstat (limited to 'src')
| -rw-r--r-- | src/views/dolphinview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index 20bc9f522..375bd3ea2 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -1666,7 +1666,7 @@ QMimeData* DolphinView::selectionMimeData() const void DolphinView::updateWritableState() { const bool wasFolderWritable = m_isFolderWritable; - m_isFolderWritable = true; + m_isFolderWritable = false; const KFileItem item = m_model->rootItem(); if (!item.isNull()) { |
