choices: use model from template

This commit is contained in:
Peter Eisenmann
2023-08-27 09:31:44 +02:00
parent 98a1e808f0
commit 9fc37b7ad4

View File

@@ -22,7 +22,7 @@ class ChoicesPage(Gtk.Box, Page):
choices_list = Gtk.Template.Child()
software_header = Gtk.Template.Child()
feature_header = Gtk.Template.Child()
model = Gio.ListStore()
model = Gtk.Template.Child()
def __init__(self, choice_type, **kwargs):
Gtk.Box.__init__(self, **kwargs)