Jason Tackaberry wrote:
> Modified: trunk/popcorn/src/backends/manager.py
> ==============================================================================
> --- trunk/popcorn/src/backends/manager.py     (original)
> +++ trunk/popcorn/src/backends/manager.py     Thu Jun 21 15:53:45 2007
> @@ -52,7 +52,7 @@
>          return
>  
>      for backend in config:
> -        if getattr(getattr(config, backend), 'activate', False):
> +        if getattr(getattr(config, backend), 'enabled', False):
>              try:
>                  # import the backend and register it.
>                  exec('from %s import import_backend' % backend)

Maybe enable and not enabled?


Dischi

-- 
Beat me, whip me, make me use Windows!

Attachment: pgpldmrWQkBEm.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to