[pitivi] project.py: call removeFactory() from _sourceRemovedCb



commit b059aec515f9e48148db7ffd1848aac2a067274a
Author: Brandon Lewis <brandon_lewis berkeley edu>
Date:   Sun Jul 12 21:55:09 2009 -0700

    project.py: call removeFactory() from _sourceRemovedCb
    fixes 582351

 pitivi/project.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/project.py b/pitivi/project.py
index fbe504f..86e8102 100644
--- a/pitivi/project.py
+++ b/pitivi/project.py
@@ -192,4 +192,4 @@ class Project(Signallable, Loggable):
         return self._dirty
 
     def _sourceRemovedCb(self, sourclist, uri, factory):
-        pass
+        self.timeline.removeFactory(factory)



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