Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv29292
Modified Files:
xine.py
Log Message:
make keybindings work for files and urls
Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** xine.py 6 Dec 2003 16:25:45 -0000 1.28
--- xine.py 7 Dec 2003 08:32:14 -0000 1.29
***************
*** 18,21 ****
--- 18,24 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.29 2003/12/07 08:32:14 dischi
+ # make keybindings work for files and urls
+ #
# Revision 1.28 2003/12/06 16:25:45 dischi
# support for type=url and <playlist> and <player>
***************
*** 196,200 ****
play a dvd with xine
"""
! self.app_mode = item.mode # dvd or vcd keymap
self.item = item
--- 199,206 ----
play a dvd with xine
"""
! # set keymap
! self.app_mode = item.mode
! if item.mode in ('file', 'url'):
! self.app_mode = 'video'
self.item = item
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog