Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv26254
Modified Files:
directory.py
Log Message:
delete skin information on update
Index: directory.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/directory.py,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** directory.py 4 Jan 2004 10:24:12 -0000 1.84
--- directory.py 4 Jan 2004 13:06:20 -0000 1.85
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.85 2004/01/04 13:06:20 dischi
+ # delete skin information on update
+ #
# Revision 1.84 2004/01/04 10:24:12 dischi
# inherit config variables from parent if possible
***************
*** 486,490 ****
selected_id = self.menu.selected.id()
selected_pos = self.menu.choices.index(self.menu.selected)
!
if arg and arg.startswith('playlist:'):
if arg.endswith(':random'):
--- 489,499 ----
selected_id = self.menu.selected.id()
selected_pos = self.menu.choices.index(self.menu.selected)
! if hasattr(self.menu, 'skin_default_has_description'):
! del self.menu.skin_default_has_description
! if hasattr(self.menu, 'skin_default_no_images'):
! del self.menu.skin_default_no_images
! if hasattr(self.menu, 'skin_force_text_view'):
! del self.menu.skin_force_text_view
!
if arg and arg.startswith('playlist:'):
if arg.endswith(':random'):
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog