[pitivi] Remove an unicode (\xc2) blank from a comment.



commit f5e0f63a31259c7fa50ee1e065eda57e0ba61a81
Author: Alessandro Decina <alessandro d gmail com>
Date:   Thu Aug 27 12:56:19 2009 +0200

    Remove an unicode (\xc2) blank from a comment.

 pitivi/factories/base.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/factories/base.py b/pitivi/factories/base.py
index 564df8a..7ca5665 100644
--- a/pitivi/factories/base.py
+++ b/pitivi/factories/base.py
@@ -360,7 +360,7 @@ class SourceFactory(ObjectFactory):
     def _singlePadAddedCb(self, dbin, pad, topbin):
         self.debug("dbin:%r, pad:%r, topbin:%r", dbin, pad, topbin)
         if hasattr(topbin, "volume"):
-            # make sure audio elements reach our same state. This is needed
+            # make sure audio elements reach our same state. This is needed
             # since those elements are still unlinked downstream at this point,
             # so state change order doesn't happen in the usual
             # downstream-to-upstream way.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]