From: Peter Penz Date: Tue, 6 Nov 2007 07:26:02 +0000 (+0000) Subject: update to previous commit: reset bool member correctly X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/2c582a7bc6eb13da9acb7ab92e04a26bba73cf7e?ds=inline update to previous commit: reset bool member correctly svn path=/trunk/KDE/kdebase/apps/; revision=733321 --- 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); }