Update of /cvsroot/freevo/freevo/skins/main1
In directory sc8-pr-cvs1:/tmp/cvs-serv10365

Modified Files:
        area.py 
Log Message:
special text_view_fallback for directories on rom drives

Index: area.py
===================================================================
RCS file: /cvsroot/freevo/freevo/skins/main1/area.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** area.py     13 Jul 2003 12:46:45 -0000      1.18
--- area.py     18 Jul 2003 19:44:54 -0000      1.19
***************
*** 28,31 ****
--- 28,34 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.19  2003/07/18 19:44:54  dischi
+ # special text_view_fallback for directories on rom drives
+ #
  # Revision 1.18  2003/07/13 12:46:45  dischi
  # bugfix: max-x was calculated as max+x (again at a different place)
***************
*** 493,497 ****
  
              for i in menu.choices:
!                 if i.type == 'dir':
                      # directory with few items and folder:
                      self.use_text_view = FALSE
--- 496,500 ----
  
              for i in menu.choices:
!                 if i.type == 'dir' and not i.media:
                      # directory with few items and folder:
                      self.use_text_view = FALSE
***************
*** 512,516 ****
                  folder += 1
                  # directory with mostly folder:
!                 if folder > 3:
                      self.use_text_view = FALSE
                      return
--- 515,519 ----
                  folder += 1
                  # directory with mostly folder:
!                 if folder > 3 and not i.media:
                      self.use_text_view = FALSE
                      return




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to