[RHEL 7.2/PATCH] Update Active On Vol Create Cancel (rhbz#1168656)

Brian C. Lane bcl at redhat.com
Tue Jun 2 23:58:24 UTC 2015


On Tue, Jun 02, 2015 at 02:15:34PM -0400, Robert Marshall wrote:
> The "Update Settings" button in the custom partition screen would
> activate after a user attempted to create a new volume and then
> pressed the cancel button. This patches removes the double event
> handler which was always setting the button to active no matter
> what action happened in the dialog.
> 
> Resolves: rhbz#1168656
> ---
>  pyanaconda/ui/gui/spokes/custom.glade | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/ui/gui/spokes/custom.glade b/pyanaconda/ui/gui/spokes/custom.glade
> index 2cf6e70..229e554 100644
> --- a/pyanaconda/ui/gui/spokes/custom.glade
> +++ b/pyanaconda/ui/gui/spokes/custom.glade
> @@ -815,7 +815,7 @@
>                                                          <property name="can_focus">False</property>
>                                                          <property name="model">containerStore</property>
>                                                          <signal name="changed" handler="on_container_changed" swapped="no"/>
> -                                                        <signal name="changed" handler="on_value_changed" swapped="no"/>
> +                                                        <!-- signal name="changed" handler="on_value_changed" swapped="no"/ -->
>                                                          <child>
>                                                            <object class="GtkCellRendererText" id="descRenderer"/>
>                                                            <attributes>
> -- 
> 1.8.3.1

No need to comment it out, just remove it.

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list