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:
e0be989
)
Set view selection mode to BROWSE
author
René Stadler
<mail@renestadler.de>
Mon, 26 Nov 2007 14:55:11 +0000
(16:55 +0200)
committer
Stefan Sauer
<ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:40 +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 3800b266c5f741312ca513ea9c0c126355274b59..923b53706cacb0fea0f51cc1889d9e45f285ff8c 100755
(executable)
--- a/
debug-viewer/GstDebugViewer/GUI.py
+++ b/
debug-viewer/GstDebugViewer/GUI.py
@@
-1026,8
+1026,8
@@
class Window (object):
# FIXME: With multiple selection mode, browsing the list with key
# up/down slows to a crawl! WTF is wrong with this stupid widget???
-
##
sel = self.log_view.get_selection ()
-
## sel.set_mode (gtk.SELECTION_MULTIPL
E)
+ sel = self.log_view.get_selection ()
+
sel.set_mode (gtk.SELECTION_BROWS
E)
def detach (self):