pitivi r1181 - in branches/SOC_2008_BLEWIS: . pitivi/ui



Author: edwardrv
Date: Thu Jul 17 15:54:01 2008
New Revision: 1181
URL: http://svn.gnome.org/viewvc/pitivi?rev=1181&view=rev

Log:
* pitivi/ui/complextimeline.py:
Re-enable the position callback so that the ruler position gets updated


Modified:
   branches/SOC_2008_BLEWIS/ChangeLog
   branches/SOC_2008_BLEWIS/pitivi/ui/complextimeline.py

Modified: branches/SOC_2008_BLEWIS/pitivi/ui/complextimeline.py
==============================================================================
--- branches/SOC_2008_BLEWIS/pitivi/ui/complextimeline.py	(original)
+++ branches/SOC_2008_BLEWIS/pitivi/ui/complextimeline.py	Thu Jul 17 15:54:01 2008
@@ -457,7 +457,9 @@
 
         # common LayerInfoList
         self.layerInfoList = LayerInfoList()
-        
+
+        instance.PiTiVi.playground.connect('position',
+                                           self._playgroundPositionCb)
         # project signals
         instance.PiTiVi.connect("new-project-loading",
             self._newProjectLoadingCb)



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