[gitg] Make infobar invisible by default



commit 84bea2f7a5e682af42910a9b3665b66a5a71c76d
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Thu Jul 10 11:36:23 2014 +0200

    Make infobar invisible by default

 gitg/resources/ui/gitg-window.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-window.ui b/gitg/resources/ui/gitg-window.ui
index a206f36..b14c055 100644
--- a/gitg/resources/ui/gitg-window.ui
+++ b/gitg/resources/ui/gitg-window.ui
@@ -103,7 +103,7 @@
             <property name="orientation">horizontal</property>
             <child>
               <object class="GtkInfoBar" id="d_infobar">
-                <property name="visible">True</property>
+                <property name="visible">False</property>
                 <child internal-child="content_area">
                   <object class="GtkBox" id="infobar_content_area">
                     <property name="visible">True</property>


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