Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv32257/tv

Modified Files:
        record_client.py 
Log Message:
Marmalade name and title for favorites.  Thanks Matthieu Weber.


Index: record_client.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/record_client.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** record_client.py    30 Nov 2003 16:30:58 -0000      1.11
--- record_client.py    9 Jan 2004 02:07:05 -0000       1.12
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.12  2004/01/09 02:07:05  rshortt
+ # Marmalade name and title for favorites.  Thanks Matthieu Weber.
+ #
  # Revision 1.11  2003/11/30 16:30:58  rshortt
  # Convert some tv variables to new format (TV_).
***************
*** 185,189 ****
  def addEditedFavorite(name, title, chan, dow, mod, priority):
      try:
!         (status, message) = server.addEditedFavorite(name, title, chan, dow, mod, 
priority)
      except:
          return (FALSE, _('record_client: connection error'))
--- 188,194 ----
  def addEditedFavorite(name, title, chan, dow, mod, priority):
      try:
!         (status, message) = \
!             server.addEditedFavorite(marmalade.jellyToXML(name), \
!             marmalade.jellyToXML(title), chan, dow, mod, priority)
      except:
          return (FALSE, _('record_client: connection error'))




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to