I figured it was something like that... but like I said, I had to leave for class and figured a fix with a FIXME attached would be better than getting bug reports ;)
On Tue, Jan 13, 2004 at 04:58:12PM +0100, Dirk Meyer wrote: > [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. ------------------------------------------------------- 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-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
