[master][PATCH] Fix how "changed" signal is emitted on the TreeSelection

Chris Lumens clumens at redhat.com
Fri Nov 15 14:45:29 UTC 2013


> diff --git a/pyanaconda/ui/gui/spokes/keyboard.py b/pyanaconda/ui/gui/spokes/keyboard.py
> index 1294072..5a8ad51 100644
> --- a/pyanaconda/ui/gui/spokes/keyboard.py
> +++ b/pyanaconda/ui/gui/spokes/keyboard.py
> @@ -458,7 +458,7 @@ class KeyboardSpoke(NormalSpoke):
>                  self._removeLayout(store, itr)
>                  # Re-emit the selection changed signal now that the backing store is updated
>                  # in order to update the first/last/only-based button sensitivities
> -                self._selection.change("changed")
> +                self._selection.emit("changed")
>                  return
>  
>              #nothing left, run AddLayout dialog to replace the current layout

Obviously correct.

- Chris


More information about the anaconda-patches mailing list