[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kontact/plugins/summary
From:       Allen Winter <winter () kde ! org>
Date:       2009-10-04 14:11:38
Message-ID: 1254665498.974166.3273.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1031256 by winterz:

don't display the summary plugin unless it is also active.
fixes the bug where all summaries are shown. caused by r1030887
MERGE: none
DO_NOT_BACKPORT:


 M  +3 -1      summaryview_part.cpp  


--- trunk/KDE/kdepim/kontact/plugins/summary/summaryview_part.cpp #1031255:1031256
@@ -178,7 +178,9 @@
           mLeftColumnSummaries.append( plugin->identifier() );
         }
 
-        loadedSummaries.append( plugin->identifier() );
+        if ( activeSummaries.contains( plugin->identifier() ) ) {
+          loadedSummaries.append( plugin->identifier() );
+        }
       } else {
         summary->hide();
       }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic