All game selection boxes default enabled

This commit is contained in:
Gerko de Roo
2010-01-23 23:05:40 +08:00
committed by Worros
parent 9d6707f18f
commit b888f82a53
+1
View File
@@ -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))