[PATCH] The custom spoke requires mountPointStore and mountPointCompletion, too.

Chris Lumens clumens at redhat.com
Tue Mar 18 18:40:49 UTC 2014


---
 pyanaconda/ui/gui/spokes/custom.glade | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pyanaconda/ui/gui/spokes/custom.glade b/pyanaconda/ui/gui/spokes/custom.glade
index e26129a..81938e9 100644
--- a/pyanaconda/ui/gui/spokes/custom.glade
+++ b/pyanaconda/ui/gui/spokes/custom.glade
@@ -3,6 +3,15 @@
 <interface>
   <!-- interface-requires gtk+ 3.2 -->
   <!-- interface-requires AnacondaWidgets 1.0 -->
+  <object class="GtkListStore" id="mountPointStore">
+    <columns>
+      <!-- column-name path -->
+      <column type="gchararray"/>
+    </columns>
+  </object>
+  <object class="GtkEntryCompletion" id="mountPointCompletion">
+    <property name="model">mountPointStore</property>
+  </object>
   <object class="AnacondaSpokeWindow" id="customStorageWindow">
     <property name="can_focus">False</property>
     <property name="events">GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
-- 
1.8.3.1



More information about the anaconda-patches mailing list