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

Vratislav Podzimek vpodzime at redhat.com
Fri Nov 15 09:19:18 UTC 2013


Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/ui/gui/spokes/keyboard.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.8.4.2



More information about the anaconda-patches mailing list