Author: dmeyer
Date: Tue Mar 20 18:54:18 2007
New Revision: 9369

Modified:
   trunk/tvserver/src/recorder.py

Log:
fix typo

Modified: trunk/tvserver/src/recorder.py
==============================================================================
--- trunk/tvserver/src/recorder.py      (original)
+++ trunk/tvserver/src/recorder.py      Tue Mar 20 18:54:18 2007
@@ -441,7 +441,7 @@
                 # remove the recording
                 log.info('%s: remove %s', self.name, remote.recording.name)
                 self.recordings.remove(remote)
-                wait = self.entity.rpc('home-theatre.vdr.remove', remote_id)
+                wait = self.entity.rpc('home-theatre.vdr.remove', remote.id)
                 yield wait
                 result = wait()
                 if not result:

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to