Update of /cvsroot/freevo/freevo/src/www
In directory sc8-pr-cvs1:/tmp/cvs-serv969

Modified Files:
        __init__.py 
Log Message:
add dfbmga to the list of buggy displays

Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/__init__.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** __init__.py 22 Sep 2003 20:21:01 -0000      1.6
--- __init__.py 18 Nov 2003 12:58:38 -0000      1.7
***************
*** 6,15 ****
  class PluginInterface(plugin.DaemonPlugin):
      def __init__(self):
!         if config.CONF.display == 'dxr3':
              print 'For some strange reason, the starting of the webserver inside'
!             print 'Freevo messes up with the DXR3 output. The webserver plugin'
!             print 'will be disabled. Start it from outside Freevo with'
              print 'freevo webserver [start|stop]'
!             self.reason = 'dxr3 output'
              return
          plugin.DaemonPlugin.__init__(self)
--- 6,15 ----
  class PluginInterface(plugin.DaemonPlugin):
      def __init__(self):
!         if config.CONF.display in ('dxr3', 'dfbmga'):
              print 'For some strange reason, the starting of the webserver inside'
!             print 'Freevo messes up with the DXR3 and dfbmga output. The webserver'
!             print 'plugin will be disabled. Start it from outside Freevo with'
              print 'freevo webserver [start|stop]'
!             self.reason = 'dxr3 or dfbmga output'
              return
          plugin.DaemonPlugin.__init__(self)




-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to