Mathias Weber wrote: > ok here is the patch for the games plugin that it works again, there > where some imports missing. > +# kaa imports > +import kaa.utils
You mean kaa.notifier here, utils is not used.
> # Freevo imports
> from freevo.ui.menu import ActionItem, Menu, Action
> from freevo.ui.config import config
> +from freevo.ui.event import Event, STOP
In SVN now.
> I took a look at the code and you added a comment about yielding in
> the scummvm part. You are right it would be better if i don't have to
> wait for the scummvm but how to yield here? since i need to give back
> a list, or i don't get the list of games? Or did I understand
> something wrong?
roms does not return a list, it creates a menu and that can wait. The
return itself is not used. I can do that if you want.
Dischi
--
"There's no point in being grown up if you can't be childish sometimes."
[Dr. Who]
pgpIAGzmTrSTR.pgp
Description: PGP signature
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
