From 38c4ac239e48ffcbc317d56644be913ac6f10dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Stadler?= Date: Thu, 29 Nov 2007 13:53:42 +0200 Subject: [PATCH] Fix comment --- debug-viewer/GstDebugViewer/Plugins/Timeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debug-viewer/GstDebugViewer/Plugins/Timeline.py b/debug-viewer/GstDebugViewer/Plugins/Timeline.py index 6cbb38ee4d..bab66f750c 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 ()