arek - in flumotion/trunk: . flumotion/component/combiners/switch

flumotion-commit at lists.fluendo.com flumotion-commit at lists.fluendo.com
Wed Jul 4 11:54:54 CEST 2007


Author: arek
Date: Wed Jul  4 11:54:52 2007
New Revision: 5290

Modified:
   flumotion/trunk/ChangeLog
   flumotion/trunk/flumotion/component/combiners/switch/switch.xml
Log:
	* flumotion/component/combiners/switch/switch.xml:
	Fix misnamed dependency.



Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog	(original)
+++ flumotion/trunk/ChangeLog	Wed Jul  4 11:54:52 2007
@@ -1,3 +1,8 @@
+2007-07-04  Arek Korbik  <arkadini at gmail.com>
+
+	* flumotion/component/combiners/switch/switch.xml:
+	Fix misnamed dependency.
+
 2007-07-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
 
 	* flumotion/admin/admin.py (AdminModel.connection_failed):

Modified: flumotion/trunk/flumotion/component/combiners/switch/switch.xml
==============================================================================
--- flumotion/trunk/flumotion/component/combiners/switch/switch.xml	(original)
+++ flumotion/trunk/flumotion/component/combiners/switch/switch.xml	Wed Jul  4 11:54:52 2007
@@ -138,7 +138,7 @@
     <bundle name="switch-combiner-component">
         <dependencies>
             <dependency name="component" />
-            <dependency name="switch-converter-base" />
+            <dependency name="switch-combiner-base" />
 	    <dependency name="base-scheduler" />
         </dependencies>
 


More information about the flumotion-commit mailing list