Update of /cvsroot/freevo/freevo/skins/dischi1
In directory sc8-pr-cvs1:/tmp/cvs-serv29115
Modified Files:
area.py
Log Message:
A fix for a crash problem I had with Dischi's version of my skin.
Index: area.py
===================================================================
RCS file: /cvsroot/freevo/freevo/skins/dischi1/area.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** area.py 13 Mar 2003 21:02:03 -0000 1.21
--- area.py 14 Mar 2003 03:08:58 -0000 1.22
***************
*** 28,31 ****
--- 28,34 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.22 2003/03/14 03:08:58 outlyer
+ # A fix for a crash problem I had with Dischi's version of my skin.
+ #
# Revision 1.21 2003/03/13 21:02:03 dischi
# misc cleanups
***************
*** 537,541 ****
if hasattr(self, 'watermark') and self.watermark:
last_watermark = self.watermark[4]
! if self.menu.selected.image != self.watermark[4]:
self.watermark = None
redraw_watermark = TRUE
--- 540,545 ----
if hasattr(self, 'watermark') and self.watermark:
last_watermark = self.watermark[4]
! #if self.menu.selected.image != self.watermark[4]:
! if hasattr(self.menu.selected,'image') and self.menu.selected.image !=
self.watermark[4]:
self.watermark = None
redraw_watermark = TRUE
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog