[gnome-calendar/search-improvements] search-view: does not show the popover on startup



commit 8c94d7e8fdca63bec1ef7891bab42b5433867f13
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Jan 7 14:22:26 2015 -0200

    search-view: does not show the popover on startup
    
    That would try to set relative to an unmapped widget, which causes awful things.

 data/ui/search-view.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/search-view.ui b/data/ui/search-view.ui
index 483d792..78c2ad4 100644
--- a/data/ui/search-view.ui
+++ b/data/ui/search-view.ui
@@ -3,7 +3,7 @@
 <interface>
   <requires lib="gtk+" version="3.10"/>
   <template class="GcalSearchView" parent="GtkPopover">
-    <property name="visible">True</property>
+    <property name="visible">False</property>
     <property name="can_focus">True</property>
     <property name="width_request">600</property>
     <property name="height_request">300</property>


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