all loaded backends are now configured (refs #368)
This commit is contained in:
parent
8afff42465
commit
9581fa0b19
15 changed files with 17 additions and 45 deletions
|
|
@ -27,7 +27,7 @@ class QWeboobCfg(QtApplication):
|
|||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
|
||||
def main(self, argv):
|
||||
self.load_configured_backends()
|
||||
self.load_backends()
|
||||
|
||||
self.dlg = BackendCfg(self.weboob)
|
||||
self.dlg.show()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue