[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3801: Disable what might possibly be the most useless Marble plugi (marble/trunk/src/plugins/render/fileview)



Author: edmanm
Date: 2009-05-29 22:08:08 -0400 (Fri, 29 May 2009)
New Revision: 3801

Modified:
   marble/trunk/src/plugins/render/fileview/FileViewFloatItem.cpp
Log:

Disable what might possibly be the most useless Marble plugin ever.


Modified: marble/trunk/src/plugins/render/fileview/FileViewFloatItem.cpp
===================================================================
--- marble/trunk/src/plugins/render/fileview/FileViewFloatItem.cpp	2009-05-30 00:36:22 UTC (rev 3800)
+++ marble/trunk/src/plugins/render/fileview/FileViewFloatItem.cpp	2009-05-30 02:08:08 UTC (rev 3801)
@@ -41,7 +41,7 @@
             m_fileView(0), m_persIndex(0)
 {
     // Plugin is not enabled by default
-    setEnabled(true);
+    setEnabled(false);
 }
 
 FileViewFloatItem::~FileViewFloatItem()