Set view selection mode to BROWSE
authorRené Stadler <mail@renestadler.de>
Mon, 26 Nov 2007 14:55:11 +0000 (16:55 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:40 +0000 (20:51 +0200)
debug-viewer/GstDebugViewer/GUI.py

index 3800b266c5f741312ca513ea9c0c126355274b59..923b53706cacb0fea0f51cc1889d9e45f285ff8c 100755 (executable)
@@ -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_MULTIPLE)
+        sel = self.log_view.get_selection ()
+        sel.set_mode (gtk.SELECTION_BROWSE)
 
     def detach (self):