diff options
| author | David Faure <[email protected]> | 2008-01-22 01:38:45 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2008-01-22 01:38:45 +0000 |
| commit | 494f522b91972e5431ee9e2b1eb391d8ebc15ed6 (patch) | |
| tree | a17080c466209f4c1f291af145a278b0d6df4651 /src/dolphindetailsview.cpp | |
| parent | 7432eb75c21303bdc854872a82f8b5dccba1c128 (diff) | |
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
Diffstat (limited to 'src/dolphindetailsview.cpp')
| -rw-r--r-- | src/dolphindetailsview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
