Author: dmeyer
Date: Sat Feb  3 19:43:04 2007
New Revision: 9147

Modified:
   trunk/ui/src/plugin.py

Log:
do not override display_type setting

Modified: trunk/ui/src/plugin.py
==============================================================================
--- trunk/ui/src/plugin.py      (original)
+++ trunk/ui/src/plugin.py      Sat Feb  3 19:43:04 2007
@@ -86,9 +86,10 @@
     self.display_type is a list of display types where this mimetype
     should be displayed, [] for always.
     """
+    display_type = []
+
     def __init__(self, name=''):
         Plugin.__init__(self, name)
-        self.display_type = []
         self._plugin_type = 'mimetype'
 
 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to