[gnome-calendar] search-view: does not show the popover on startup
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] search-view: does not show the popover on startup
- Date: Fri, 9 Jan 2015 14:32:34 +0000 (UTC)
commit 35fa63028acb01f4528943f425ab986d954009eb
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]