From d93cf037ea6c37730cd7baf4ac14c9d4be4a3c7f Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 16 Jan 2012 15:37:32 +0100 Subject: [PATCH] Use new icon for "Show in groups" This allows adding the "Show in groups" action to the toolbar with a nice icon. CCBUG: 290632 --- src/views/dolphinviewactionhandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp index caa35230a..f66aebc84 100644 --- a/src/views/dolphinviewactionhandler.cpp +++ b/src/views/dolphinviewactionhandler.cpp @@ -195,6 +195,7 @@ void DolphinViewActionHandler::createActions() } KToggleAction* showInGroups = m_actionCollection->add("show_in_groups"); + showInGroups->setIcon(KIcon("view-group")); showInGroups->setText(i18nc("@action:inmenu View", "Show in Groups")); connect(showInGroups, SIGNAL(triggered(bool)), this, SLOT(toggleGroupedSorting(bool))); -- 2.47.3