[gnome-builder] workbench: desensitize the run button for now



commit 2571a6dc168b31445419ce54171fe55e0d80841b
Author: Christian Hergert <christian hergert me>
Date:   Fri Nov 14 17:48:41 2014 -0800

    workbench: desensitize the run button for now
    
    We will hook this up later once project/build system integration happens.

 src/resources/ui/gb-workbench.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/resources/ui/gb-workbench.ui b/src/resources/ui/gb-workbench.ui
index 1f0ade4..5532b51 100644
--- a/src/resources/ui/gb-workbench.ui
+++ b/src/resources/ui/gb-workbench.ui
@@ -141,6 +141,7 @@
         <child>
           <object class="GtkButton" id="run_button">
             <property name="visible">True</property>
+            <property name="sensitive">False</property>
             <style>
               <class name="image-button"/>
             </style>


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