From: René Stadler Date: Thu, 29 Nov 2007 11:53:42 +0000 (+0200) Subject: Fix comment X-Git-Tag: 1.19.3~491^2~1779 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38c4ac239e48ffcbc317d56644be913ac6f10dc1;p=platform%2Fupstream%2Fgstreamer.git Fix comment --- diff --git a/debug-viewer/GstDebugViewer/Plugins/Timeline.py b/debug-viewer/GstDebugViewer/Plugins/Timeline.py index 6cbb38e..bab66f7 100644 --- a/debug-viewer/GstDebugViewer/Plugins/Timeline.py +++ b/debug-viewer/GstDebugViewer/Plugins/Timeline.py @@ -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 ()