[rhel7 4/4] Update the nav_box internal child for datetime_spoke.
David Shea
dshea at redhat.com
Mon Dec 1 14:19:57 UTC 2014
This fixes the "gtk_box_reorder_child: assertion 'old_link != NULL'
failed" messages on the console.
Resolves: rhbz#1155548
---
pyanaconda/ui/gui/spokes/datetime_spoke.glade | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/pyanaconda/ui/gui/spokes/datetime_spoke.glade b/pyanaconda/ui/gui/spokes/datetime_spoke.glade
index db8d789..7d6dae4 100644
--- a/pyanaconda/ui/gui/spokes/datetime_spoke.glade
+++ b/pyanaconda/ui/gui/spokes/datetime_spoke.glade
@@ -50,9 +50,14 @@
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
- <child internal-child="nav_area">
- <object class="GtkGrid" id="AnacondaSpokeWindow-nav_area1">
+ <child internal-child="nav_box">
+ <object class="GtkEventBox" id="AnacondaSpokeWindow-nav_box1">
<property name="can_focus">False</property>
+ <child internal-child="nav_area">
+ <object class="GtkGrid" id="AnacondaSpokeWindow-nav_area1">
+ <property name="can_focus">False</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
--
1.9.3
More information about the anaconda-patches
mailing list