Changes to allow a QML interface:
* a const to launch it * fix an error in obtaining dbname * refractor pieces to allow reuse svn: r16504
This commit is contained in:
@ -561,7 +561,7 @@ class ViewManager(CLIManager):
|
||||
self.window)
|
||||
self.update_dialog.destroy()
|
||||
|
||||
def _errordialog(title, errormessage):
|
||||
def _errordialog(self, title, errormessage):
|
||||
"""
|
||||
Show the error.
|
||||
In the GUI, the error is shown, and a return happens
|
||||
|
Reference in New Issue
Block a user