From 494f522b91972e5431ee9e2b1eb391d8ebc15ed6 Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 22 Jan 2008 01:38:45 +0000 Subject: svn merge -r764536:HEAD from 4.0 branch: refactor "additional info" actions and provide them in the part svn path=/trunk/KDE/kdebase/apps/; revision=764550 --- src/dolphindetailsview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphindetailsview.cpp') diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index 6b15f1c41..7661ce88d 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -106,7 +106,7 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* contr this, SLOT(zoomIn())); connect(controller, SIGNAL(zoomOut()), this, SLOT(zoomOut())); - connect(controller->dolphinView(), SIGNAL(additionalInfoChanged(const KFileItemDelegate::InformationList&)), + connect(controller->dolphinView(), SIGNAL(additionalInfoChanged()), this, SLOT(updateColumnVisibility())); // apply the details mode settings to the widget -- cgit v1.3