| … | |
… | |
| 309 | rc_conf = self.etc_files['rc.conf'] |
309 | rc_conf = self.etc_files['rc.conf'] |
| 310 | self.load_rc_conf_dictionary(rc_conf) |
310 | self.load_rc_conf_dictionary(rc_conf) |
| 311 | #print "loaded: "+str(rc_conf) |
311 | #print "loaded: "+str(rc_conf) |
| 312 | |
312 | |
| 313 | self.controller.SHOW_BUTTON_EXIT = True |
313 | self.controller.SHOW_BUTTON_EXIT = True |
| 314 | self.controller.SHOW_BUTTON_HELP = True |
314 | # self.controller.SHOW_BUTTON_HELP = True |
| 315 | self.controller.SHOW_BUTTON_BACK = True |
315 | self.controller.SHOW_BUTTON_BACK = True |
| 316 | self.controller.SHOW_BUTTON_FORWARD = True |
316 | self.controller.SHOW_BUTTON_FORWARD = True |
| 317 | self.controller.SHOW_BUTTON_FINISH = False |
317 | self.controller.SHOW_BUTTON_FINISH = False |
| 318 | |
318 | |
| 319 | def deactivate(self): |
319 | def deactivate(self): |