Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > cf746698214707f972e669b661d0ae59 > files > 15

kdepim4-4.14.10-1.3.mga5.src.rpm

From 9f419b7fc163dc4b378a0cd840ddaea8f9801e94 Mon Sep 17 00:00:00 2001
From: Allen Winter <winter@kde.org>
Date: Sun, 18 Oct 2015 10:45:54 -0400
Subject: [PATCH 15/74] kontact/src/iconsidepane.cpp - Fix bogus pointer to
 bool implicit cast

backported from
Git commit 8d2a051f98802720c974561a34019689feb037a0 by Sergio Martins.
Committed on 18/10/2015 at 13:56.
MERGE: no
---
 kontact/src/iconsidepane.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kontact/src/iconsidepane.cpp b/kontact/src/iconsidepane.cpp
index 7dc8b9c347..9f50e0615e 100644
--- a/kontact/src/iconsidepane.cpp
+++ b/kontact/src/iconsidepane.cpp
@@ -287,7 +287,7 @@ Navigator::Navigator( SidePaneBase *parent )
     QActionGroup *iconSize = new QActionGroup( this );
 
     mBigIconsAction = new KAction( i18nc( "@action:inmenu", "Big Icons" ), this );
-    mBigIconsAction->setCheckable( iconSize );
+    mBigIconsAction->setCheckable( true );
     mBigIconsAction->setActionGroup( iconSize );
     mBigIconsAction->setChecked( mIconSize == KIconLoader::SizeLarge );
     mBigIconsAction->setHelpText(
-- 
2.14.1