[EMAIL PROTECTED] wrote: > Update of /cvsroot/freevo/freevo/src/skins/main > In directory sc8-pr-cvs1:/tmp/cvs-serv7592 > > Modified Files: > main.py > Log Message: > Temporary fix for a crash.... probably not the ideal solution, but I don't > have the time right now to investigate fully. > > To reproduce the crash, remove the "hasattr()" line and click 'display' > when in any 'feature' menu (TV, Movies, Music, etc.)
Oops... > ! if hasattr(settings,'menu'): This will never be True. I replaced settings.menu with default_menu and special_menu. I will fix that later today. Dischi -- I've already told you more than I know. ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
