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

-- 
Clones are people two.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to