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

David Shea dshea at redhat.com
Tue Mar 18 20:39:17 UTC 2014


On 03/18/2014 02:40 PM, Chris Lumens wrote:
> ---
>   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>

Ack. Maybe it would be worthwhile to add some of these ID references to 
the glade validity check.


More information about the anaconda-patches mailing list