[meld] vcview.ui: Don't map the commit dialog before we've set a parent



commit 4a2e122a053ead1ad8ca8cadc4c80de77a970daf
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Wed Dec 31 08:05:54 2014 +1000

    vcview.ui: Don't map the commit dialog before we've set a parent

 data/ui/vcview.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/vcview.ui b/data/ui/vcview.ui
index d63e362..a3f30db 100644
--- a/data/ui/vcview.ui
+++ b/data/ui/vcview.ui
@@ -130,7 +130,7 @@
     </child>
   </object>
   <object class="GtkDialog" id="commitdialog">
-    <property name="visible">True</property>
+    <property name="visible">False</property>
     <property name="can_focus">False</property>
     <property name="border_width">12</property>
     <property name="title" translatable="yes">Commit</property>


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