Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22867/src/tv/plugins

Modified Files:
        generic_record.py ivtv_record.py 
Log Message:
Didn't mean to add partial support for multiple recording plugins yet.


Index: ivtv_record.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/ivtv_record.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** ivtv_record.py      7 Jun 2004 16:10:51 -0000       1.21
--- ivtv_record.py      7 Jun 2004 16:46:00 -0000       1.22
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.22  2004/06/07 16:46:00  rshortt
+ # Didn't mean to add partial support for multiple recording plugins yet.
+ #
  # Revision 1.21  2004/06/07 16:10:51  rshortt
  # Change 'RECORD' to plugin.RECORD.
***************
*** 101,105 ****
          plugin.Plugin.__init__(self)
  
!         plugin.register(Recorder(), plugin.RECORD, True)
  
  
--- 104,108 ----
          plugin.Plugin.__init__(self)
  
!         plugin.register(Recorder(), plugin.RECORD)
  
  

Index: generic_record.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/generic_record.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** generic_record.py   7 Jun 2004 16:10:51 -0000       1.17
--- generic_record.py   7 Jun 2004 16:45:54 -0000       1.18
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.18  2004/06/07 16:45:54  rshortt
+ # Didn't mean to add partial support for multiple recording plugins yet.
+ #
  # Revision 1.17  2004/06/07 16:10:51  rshortt
  # Change 'RECORD' to plugin.RECORD.
***************
*** 94,98 ****
          plugin.Plugin.__init__(self)
  
!         plugin.register(Recorder(), plugin.RECORD, True)
  
  
--- 97,101 ----
          plugin.Plugin.__init__(self)
  
!         plugin.register(Recorder(), plugin.RECORD)
  
  



-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to