[anaconda:rhel7/master] Refresh after checkbox clicked (#1074188)

Brian C. Lane bcl at redhat.com
Tue Mar 11 00:50:54 UTC 2014


On Mon, Mar 10, 2014 at 04:00:00PM -0400, mulhern wrote:
> Resolves: #1074188
> 
> If we just update_summary, the checkbox has a visibly unchecked look after the
> user has checked it.
> 
> Signed-off-by: mulhern <amulhern at redhat.com>
> ---
>  pyanaconda/ui/gui/spokes/filter.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/ui/gui/spokes/filter.py b/pyanaconda/ui/gui/spokes/filter.py
> index af40ac2..b4a50e5 100644
> --- a/pyanaconda/ui/gui/spokes/filter.py
> +++ b/pyanaconda/ui/gui/spokes/filter.py
> @@ -619,7 +619,7 @@ class FilterSpoke(NormalSpoke):
>          elif not self._store[itr][1] and self._store[itr][3] in self.selected_disks:
>              self.selected_disks.remove(self._store[itr][3])
>  
> -        self._update_summary()
> +        self.refresh()
>  
>      def on_add_iscsi_clicked(self, widget, *args):
>          dialog = ISCSIDialog(self.data, self.storage)
> -- 
> 1.8.3.1

Looks like _update_summary can now become part of refresh.

Ack.


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


More information about the anaconda-patches mailing list