[rhinstaller/anaconda/pulls/77 master] Replace GtkSpinner (#1204242)

vpodzime installerbot-noreply at redhat.com
Mon Apr 20 07:35:50 UTC 2015


> @@ -142,14 +142,34 @@
>              </properties>
>          </glade-widget-class>
>  
> -    <glade-widget-class title="Layout Indicator"
> -			            name="AnacondaLayoutIndicator"
> -			            icon-name="widget-gtk-label"
> -			            generic-name="AnacondaLayoutIndicator">
> -      <properties>
> -        <property id="label-width" default="12" />
> -      </properties>
> -	</glade-widget-class>
> +        <glade-widget-class title="Layout Indicator"
> +                            name="AnacondaLayoutIndicator"
> +                            icon-name="widget-gtk-label"
> +                            generic-name="AnacondaLayoutIndicator">
> +            <properties>
> +                <property id="label-width" default="12" />
> +            </properties>
> +        </glade-widget-class>
> +
> +        <glade-widget-class title="Spinner"
> +                            name="AnacondaSpinner"
> +                            icon-name="widget-gtk-spinner"
> +                            generic-name="AnacondaSpinner"
> +                            since="3.2">
> +            <properties>
> +                <!-- Remove properties inherited from GtkImage -->
> +                <!-- Setting disabled doesn't hide them in the glade interface
> +                     (nor does setting visible, oddly), but it keeps them being

"...keeps them **from** being saved"?

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/77#discussion_r28668446


More information about the anaconda-patches mailing list