Added more docs

This commit is contained in:
Manuel Cortez 2022-02-24 13:35:47 -06:00
parent 085c9038b5
commit 44ea77b605
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -32,6 +32,7 @@ class sessionManagerController(object):
super(sessionManagerController, self).__init__()
log.debug("Setting up the session manager.")
self.started = started
# Initialize the manager, responsible for storing session objects.
manager.setup()
self.view = view.sessionManagerWindow()
pub.subscribe(self.manage_new_account, "sessionmanager.new_account")
@ -84,6 +85,7 @@ class sessionManagerController(object):
self.view.fill_list(sessionsList)
def show(self):
""" Displays the session manager dialog. """
if self.view.get_response() == widgetUtils.OK:
self.do_ok()
# else: