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

List:       kde-commits
Subject:    KDE/kdeedu/marble/src/plugins/render
From:       Bastian Holst <bastianholst () gmx ! de>
Date:       2009-05-03 20:03:37
Message-ID: 1241381017.320062.29305.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 963046 by bholst:

* PhotoPlugin not enabled by default
* WikipediaPlugin not enabled by default


 M  +3 -0      photo/PhotoPlugin.cpp  
 M  +4 -1      wikipedia/WikipediaPlugin.cpp  


--- trunk/KDE/kdeedu/marble/src/plugins/render/photo/PhotoPlugin.cpp #963045:963046
@@ -21,6 +21,9 @@
 PhotoPlugin::PhotoPlugin()
 {  
     setNameId( "photo" );
+    
+    // Plugin is not enabled by default
+    setEnabled( false );
 }
      
 void PhotoPlugin::initialize() {
--- trunk/KDE/kdeedu/marble/src/plugins/render/wikipedia/WikipediaPlugin.cpp #963045:963046
@@ -16,8 +16,11 @@
 using namespace Marble;
 
 WikipediaPlugin::WikipediaPlugin()
-{  
+{
     setNameId( "wikipedia" );
+    
+    // Plugin is not enabled by default
+    setEnabled( false );
 }
      
 void WikipediaPlugin::initialize() {
[prev in list] [next in list] [prev in thread] [next in thread] 

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