Elizabeth Dodd wrote: > On Thu, 20 Dec 2007, Elizabeth Dodd wrote: >> In Freevo 1.7-4 the mpd plugin crashes looking for OSD_OVERSCAN_LEFT and >> OSD_OVERSCAN_RIGHT >> >> so my will-code-for-food assistant has sorted this out for me >> >> We haven't looked at svn to see if this is OK or not in svn > <redface> > don't trust the "paste as attachment" in kmail > </redface> > > not a real diff, but close enough >>>>>> mpd.py 204 <<<<<< > # set the multiplier to be used in all screen drawing > - self.xmult = float(osd.width - config.OSD_OVERSCAN_LEFT - > OSD_OVERSCAN_RIGHT) / 800 > - self.ymult = float(osd.height - config.OSD_OVERSCAN_TOP - > OSD_OVERSCAN_BOTTOM) / 600 > + self.xmult = float(osd.width - config.OSD_OVERSCAN_LEFT - > config.OSD_OVERSCAN_RIGHT) / 800 > + self.ymult = float(osd.height - config.OSD_OVERSCAN_TOP - > config.OSD_OVERSCAN_BOTTOM) / 600 > > > now it has the line wrap problem I was trying to be smart and avoid
Thanks for this, silly bug. Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
