projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29ce10f
)
Fix bottom view showing the wrong selected log line
author
René Stadler
<mail@renestadler.de>
Mon, 4 Feb 2008 15:36:57 +0000
(17:36 +0200)
committer
Stefan Sauer
<ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:45 +0000
(20:51 +0200)
debug-viewer/GstDebugViewer/GUI.py
patch
|
blob
|
history
diff --git
a/debug-viewer/GstDebugViewer/GUI.py
b/debug-viewer/GstDebugViewer/GUI.py
index
d665e53
..
89468e4
100644
(file)
--- a/
debug-viewer/GstDebugViewer/GUI.py
+++ b/
debug-viewer/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)