All game selection boxes default enabled
This commit is contained in:
parent
9d6707f18f
commit
b888f82a53
|
@ -290,6 +290,7 @@ class Filters(threading.Thread):
|
|||
cb = gtk.CheckButton(game)
|
||||
cb.connect('clicked', self.__set_game_select, game)
|
||||
hbox.pack_start(cb, False, False, 0)
|
||||
cb.set_active(True)
|
||||
|
||||
def createLimitLine(self, hbox, limit, ltext):
|
||||
cb = gtk.CheckButton(str(ltext))
|
||||
|
|
Loading…
Reference in New Issue
Block a user