Kaydet (Commit) ff170fbb authored tarafından Jack Jansen's avatar Jack Jansen

Default button on main window wasn't set correctly

üst 73c804a3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment