jdahlin - in flumotion/trunk: . flumotion/component/consumers/shout2
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Thu Apr 24 15:44:23 CEST 2008
Author: jdahlin
Date: Thu Apr 24 15:44:23 2008
New Revision: 6546
Log:
2008-04-24 Johan Dahlin <johan at gnome.org>
* flumotion/component/consumers/shout2/shout2_wizard.py
(Shout2Consumer.__init__):
mount_point is a required property, always set it
(Shout2Step.worker_changed): Set the worker name of the model.
Modified:
flumotion/trunk/ChangeLog
flumotion/trunk/flumotion/component/consumers/shout2/shout2_wizard.py
Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog (original)
+++ flumotion/trunk/ChangeLog Thu Apr 24 15:44:23 2008
@@ -1,5 +1,10 @@
2008-04-24 Johan Dahlin <johan at gnome.org>
+ * flumotion/component/consumers/shout2/shout2_wizard.py
+ (Shout2Consumer.__init__):
+ mount_point is a required property, always set it
+ (Shout2Step.worker_changed): Set the worker name of the model.
+
* flumotion/wizard/save.py (WizardSaver.addConsumer):
it's called shout2-consumer, not shout2.
Modified: flumotion/trunk/flumotion/component/consumers/shout2/shout2_wizard.py
==============================================================================
--- flumotion/trunk/flumotion/component/consumers/shout2/shout2_wizard.py (original)
+++ flumotion/trunk/flumotion/component/consumers/shout2/shout2_wizard.py Thu Apr 24 15:44:23 2008
@@ -33,6 +33,7 @@
component_type = 'shout2-consumer'
def __init__(self):
super(Shout2Consumer, self).__init__()
+ self.properties.mount_point = '/'
class Shout2Step(ConsumerStep):
@@ -65,6 +66,7 @@
'port'])
def worker_changed(self, worker):
+ self.model.worker = worker
self.wizard.check_elements(worker, 'shout2send')
More information about the flumotion-commit
mailing list