[f19-branch/master] Put days GtkListStore before it is referenced

Brian C. Lane bcl at redhat.com
Wed Jun 12 22:17:28 UTC 2013


From: "Brian C. Lane" <bcl at redhat.com>

Oh, look, order in the .glade matters. Move this up and now the date
combobox works, and the stream of assertions on the console stop.
---
 pyanaconda/ui/gui/spokes/datetime_spoke.glade | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/datetime_spoke.glade b/pyanaconda/ui/gui/spokes/datetime_spoke.glade
index 39ca906..880daf4 100644
--- a/pyanaconda/ui/gui/spokes/datetime_spoke.glade
+++ b/pyanaconda/ui/gui/spokes/datetime_spoke.glade
@@ -12,6 +12,12 @@
     <property name="can_focus">False</property>
     <property name="icon_name">system-run-symbolic</property>
   </object>
+  <object class="GtkListStore" id="days">
+    <columns>
+      <!-- column-name number -->
+      <column type="guint"/>
+    </columns>
+  </object>
   <object class="GtkTreeModelFilter" id="daysFilter">
     <property name="child_model">days</property>
   </object>
@@ -620,12 +626,6 @@
       </object>
     </child>
   </object>
-  <object class="GtkListStore" id="days">
-    <columns>
-      <!-- column-name number -->
-      <column type="guint"/>
-    </columns>
-  </object>
   <object class="GtkImage" id="downImage">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
-- 
1.8.1.4



More information about the anaconda-patches mailing list