Fix comment
authorRené Stadler <mail@renestadler.de>
Thu, 29 Nov 2007 11:53:42 +0000 (13:53 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:41 +0000 (20:51 +0200)
debug-viewer/GstDebugViewer/Plugins/Timeline.py

index 6cbb38e..bab66f7 100644 (file)
@@ -325,8 +325,8 @@ class VerticalTimelineWidget (gtk.DrawingArea):
 
     def update (self, first_y, cell_height, data):
 
-        # FIXME: Ideally we should be informed of the vertical position
-        # difference of the view (which is 0) with the current UI layout.
+        # FIXME: Ideally we should take the vertical position difference of the
+        # view into account (which is 0 with the current UI layout).
 
         self.params = (first_y, cell_height, data,)
         self.queue_draw ()