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