> diff --git a/pyanaconda/ui/gui/spokes/keyboard.py b/pyanaconda/ui/gui/spokes/keyboard.py > index 3e502b4..4dc64ef 100644 > --- a/pyanaconda/ui/gui/spokes/keyboard.py > +++ b/pyanaconda/ui/gui/spokes/keyboard.py > @@ -49,8 +49,15 @@ class AddLayoutDialog(UIObject): > self.window.destroy() > return rc > > + @property > + def chosen_layout(self): > + return self._chosen_layout You should also put the chosen_layout in as the return value of the status method. What I have in there right now is just placeholder text. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list