Add a selected_row attribute to the roster tab
(for easier API access)
This commit is contained in:
parent
9a4dc50078
commit
f2c8c328e6
1 changed files with 4 additions and 0 deletions
|
@ -197,6 +197,10 @@ class RosterInfoTab(Tab):
|
|||
usage='<name> <path>',
|
||||
completion=self.completion_cert_fetch)
|
||||
|
||||
@property
|
||||
def selected_row(self):
|
||||
return self.roster_win.get_selected_row()
|
||||
|
||||
@command_args_parser.ignored
|
||||
def command_certs(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue