summaryrefslogtreecommitdiff
path: root/GstDebugViewer
diff options
context:
space:
mode:
Diffstat (limited to 'GstDebugViewer')
-rw-r--r--GstDebugViewer/GUI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/GstDebugViewer/GUI.py b/GstDebugViewer/GUI.py
index d665e53..89468e4 100644
--- a/GstDebugViewer/GUI.py
+++ b/GstDebugViewer/GUI.py
@@ -1530,7 +1530,7 @@ class LineView (object):
return
path = model.get_path (tree_iter)
- line_index = model.line_index_to_super (path[0])
+ line_index = model.line_index_to_top (path[0])
if len (line_model) == 0:
line_model.insert_line (0, line_index)