Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv11588
Modified Files:
mediamenu.py
Log Message:
Fix for people not using the new skin (skins/dischi1/skin_dischi1.py).
Index: mediamenu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/mediamenu.py,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** mediamenu.py 30 Mar 2003 20:55:25 -0000 1.44
--- mediamenu.py 30 Mar 2003 21:21:25 -0000 1.45
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.45 2003/03/30 21:21:25 rshortt
+ # Fix for people not using the new skin (skins/dischi1/skin_dischi1.py).
+ #
# Revision 1.44 2003/03/30 20:55:25 rshortt
# Commiting Brian J. Murrell's password protected folder patch so that people can
hide their porn. This uses the new PasswordInputBox and modified for other new gui
code as well.
***************
*** 471,475 ****
self.media = media
! if os.path.isfile(self.dir + '/.password'):
print 'password protected dir'
pb = PasswordInputBox(osd.focused_app, 'Enter Password',
--- 474,478 ----
self.media = media
! if os.path.isfile(self.dir + '/.password') and config.NEW_SKIN:
print 'password protected dir'
pb = PasswordInputBox(osd.focused_app, 'Enter Password',
-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog