msmith - in flumotion/trunk: . flumotion/component
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Wed Feb 28 15:51:09 CET 2007
Author: msmith
Date: Wed Feb 28 15:51:06 2007
New Revision: 4535
Modified:
flumotion/trunk/ChangeLog
flumotion/trunk/flumotion/component/feedcomponent010.py
Log:
* flumotion/component/feedcomponent010.py:
client-removed has an extra argument; make sure we have it.
Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog (original)
+++ flumotion/trunk/ChangeLog Wed Feb 28 15:51:06 2007
@@ -1,3 +1,8 @@
+2007-02-28 Michael Smith <msmith at fluendo.com>
+
+ * flumotion/component/feedcomponent010.py:
+ client-removed has an extra argument; make sure we have it.
+
2007-02-27 Michael Smith <msmith at fluendo.com>
* flumotion/twisted/fdserver.py:
Modified: flumotion/trunk/flumotion/component/feedcomponent010.py
==============================================================================
--- flumotion/trunk/flumotion/component/feedcomponent010.py (original)
+++ flumotion/trunk/flumotion/component/feedcomponent010.py Wed Feb 28 15:51:06 2007
@@ -810,7 +810,7 @@
element.emit('add', fd)
self._feeders[feedId].addClient(eaterId or ('client-%d' % fd), fd)
- def removeClientCallback(self, sink, fd):
+ def removeClientCallback(self, sink, fd, _):
"""
Called as a signal callback when the FD should no longer be used, but
before it may be closed
More information about the flumotion-commit
mailing list