Default button on main window wasn't set correctly

This commit is contained in:
Jack Jansen 1998-02-20 16:08:47 +00:00
parent 73c804a3cd
commit ff170fbbb5
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class MainListWindow(ListWindow):
def open(self, id, cb_check, cb_run, cb_add):
ListWindow.open(self, id, [])
self.wid.SetDialogDefaultItem(ID_INCLUDE)
self.wid.SetDialogDefaultItem(MAIN_INCLUDE)
self.cb_run = cb_run
self.cb_check = cb_check
self.cb_add = cb_add