diff options
| author | Peter Penz <[email protected]> | 2011-11-06 12:12:35 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-11-06 12:14:07 +0100 |
| commit | e7390eba86f123fe3899d1f42c8e148aba52cf4d (patch) | |
| tree | d30ac56bbd788dcbdf7d4a15d5b1ea4d64251d8a /src/views/dolphinviewactionhandler.cpp | |
| parent | 3c77ffe832a00f405e474f11da7b39d37a410a5b (diff) | |
Show compact-mode icon also in Konqueror
Additionally a broken signal-connection has been fixed.
Diffstat (limited to 'src/views/dolphinviewactionhandler.cpp')
| -rw-r--r-- | src/views/dolphinviewactionhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp index f88e01a45..caa35230a 100644 --- a/src/views/dolphinviewactionhandler.cpp +++ b/src/views/dolphinviewactionhandler.cpp @@ -69,7 +69,7 @@ void DolphinViewActionHandler::setCurrentView(DolphinView* view) QList<DolphinView::AdditionalInfo>)), this, SLOT(slotAdditionalInfoListChanged(QList<DolphinView::AdditionalInfo>, QList<DolphinView::AdditionalInfo>))); - connect(view, SIGNAL(categorizedSortingChanged(bool)), + connect(view, SIGNAL(groupedSortingChanged(bool)), this, SLOT(slotGroupedSortingChanged(bool))); connect(view, SIGNAL(hiddenFilesShownChanged(bool)), this, SLOT(slotHiddenFilesShownChanged(bool))); |
