[gnome-builder] build-tools: remove selection from diagnostics list



commit f1f111902d9e427c454f68f0415df23b3ce54910
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jun 27 00:57:01 2016 -0700

    build-tools: remove selection from diagnostics list
    
    We can still navigate them, but no use in having a "selected" item since
    we can immediately move away from that location in the editor. Without
    them being "tied together" it doesn't really make much sense to keep them
    selected.

 plugins/build-tools/gbp-build-panel.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/build-tools/gbp-build-panel.ui b/plugins/build-tools/gbp-build-panel.ui
index 1e2e51d..2afac7d 100644
--- a/plugins/build-tools/gbp-build-panel.ui
+++ b/plugins/build-tools/gbp-build-panel.ui
@@ -143,6 +143,7 @@
             <property name="visible">true</property>
             <child>
               <object class="GtkListBox" id="diagnostics">
+                <property name="selection-mode">none</property>
                 <property name="visible">true</property>
               </object>
             </child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]