┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-11-06 07:26:02 +0000
committerPeter Penz <[email protected]>2007-11-06 07:26:02 +0000
commit2c582a7bc6eb13da9acb7ab92e04a26bba73cf7e (patch)
tree25e7ddeb4747a00f4be2610cccca0c8a83d3e513 /src/dolphindetailsview.cpp
parentf1d1a18a7169e9ad7ad4fd9cd21261d76e1c2bf0 (diff)
update to previous commit: reset bool member correctly
svn path=/trunk/KDE/kdebase/apps/; revision=733321
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r--src/dolphindetailsview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index af79d0845..876f9852c 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -359,7 +359,7 @@ void DolphinDetailsView::closeEvent(QCloseEvent* event)
KFileItemDelegate::InformationList info;
info.append(KFileItemDelegate::NoInformation);
m_controller->indicateAdditionalInfoChange(info);
- m_clearAdditionalInfo = true;
+ m_clearAdditionalInfo = false;
}
QTreeView::closeEvent(event);
}