Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv23898/src/plugins

Modified Files:
        mediamenu.py 
Log Message:
Add SKIN_FORCE_TEXTVIEW_STYLE and SKIN_MEDIAMENU_FORCE_TEXTVIEW to config
to add more control when to switch to text view.


Index: mediamenu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/mediamenu.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** mediamenu.py        4 Oct 2003 18:37:29 -0000       1.22
--- mediamenu.py        11 Oct 2003 12:34:36 -0000      1.23
***************
*** 10,13 ****
--- 10,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.23  2003/10/11 12:34:36  dischi
+ # Add SKIN_FORCE_TEXTVIEW_STYLE and SKIN_MEDIAMENU_FORCE_TEXTVIEW to config
+ # to add more control when to switch to text view.
+ #
  # Revision 1.22  2003/10/04 18:37:29  dischi
  # i18n changes and True/False usage
***************
*** 105,109 ****
          if type and not type in directory.possible_display_types:
              directory.possible_display_types.append(type)
!         self.force_text_view = force_text_view
          
      def items(self, parent):
--- 109,113 ----
          if type and not type in directory.possible_display_types:
              directory.possible_display_types.append(type)
!         self.force_text_view = force_text_view or 
config.SKIN_MEDIAMENU_FORCE_TEXTVIEW
          
      def items(self, parent):
***************
*** 223,227 ****
                                       item_types = self.display_type, umount_all=1,
                                       reload_func = self.reload)
!         item_menu._skin_force_text_view = force_text_view
          self.menuw = menuw
          menuw.pushmenu(item_menu)
--- 227,231 ----
                                       item_types = self.display_type, umount_all=1,
                                       reload_func = self.reload)
!         item_menu.skin_force_text_view = force_text_view
          self.menuw = menuw
          menuw.pushmenu(item_menu)




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to