Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11938

Modified Files:
        freevo_config.py 
Log Message:
make it possible to change back to the old navigation style

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.316
retrieving revision 1.317
diff -C2 -d -r1.316 -r1.317
*** freevo_config.py    4 Feb 2004 14:44:00 -0000       1.316
--- freevo_config.py    5 Feb 2004 19:56:39 -0000       1.317
***************
*** 110,114 ****
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 5.06
  
  # Description of changes in each new version
--- 110,114 ----
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 5.07
  
  # Description of changes in each new version
***************
*** 204,208 ****
       '''Add MEDIAINFO_USE_MEMORY. Setting this variable will keep all cache
       files in memory. Startup will be slower, but for large directories, this
!      will speed up entering the dir''') ]
  
  
--- 204,211 ----
       '''Add MEDIAINFO_USE_MEMORY. Setting this variable will keep all cache
       files in memory. Startup will be slower, but for large directories, this
!      will speed up entering the dir'''),
!     (5.07,
!      '''Add MENU_ARROW_NAVIGATION to change navigation style. New one is default
!      now.''') ]
  
  
***************
*** 292,295 ****
--- 295,303 ----
  
  #
+ # use arrow keys for back and select (alternative way of navigating)
+ #
+ MENU_ARROW_NAVIGATION = 1
+ 
+ #
  # keymap to map keyboard keys to event strings. You can also add new keys
  # here, e.g. KEYMAP[K_x] = 'SUBTITLE'. The K_-names are defined by pygame.



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to