[gnome-builder] buildui: allow clearing the build log panel



commit 264c7c6b0f375017cec1fd444bf86e0398128dd6
Author: Christian Hergert <chergert redhat com>
Date:   Fri Dec 1 19:09:19 2017 -0800

    buildui: allow clearing the build log panel
    
    We cannot clear the terminal if we disallow input into the build terminal.
    It's probably fine to allow that, since I guess it's possible for a build
    component to ask for input (even though that is really not ideal).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=791079

 src/libide/buildui/ide-build-log-panel.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/libide/buildui/ide-build-log-panel.ui b/src/libide/buildui/ide-build-log-panel.ui
index b91a983..8715096 100644
--- a/src/libide/buildui/ide-build-log-panel.ui
+++ b/src/libide/buildui/ide-build-log-panel.ui
@@ -7,7 +7,6 @@
         <child>
           <object class="IdeTerminal" id="terminal">
             <property name="audible-bell">false</property>
-            <property name="input-enabled">false</property>
             <property name="expand">true</property>
             <property name="visible">true</property>
           </object>


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