qml: fix #8247
This commit is contained in:
@@ -262,7 +262,7 @@ class QEDaemon(AuthMixin, QObject):
|
|||||||
self._logger.debug('deleting wallet with path %s' % path)
|
self._logger.debug('deleting wallet with path %s' % path)
|
||||||
self._current_wallet = None
|
self._current_wallet = None
|
||||||
# TODO walletLoaded signal is confusing
|
# TODO walletLoaded signal is confusing
|
||||||
self.walletLoaded.emit()
|
self.walletLoaded.emit(None, None)
|
||||||
|
|
||||||
if not self.daemon.delete_wallet(path):
|
if not self.daemon.delete_wallet(path):
|
||||||
self.walletDeleteError.emit('error', _('Problem deleting wallet'))
|
self.walletDeleteError.emit('error', _('Problem deleting wallet'))
|
||||||
|
|||||||
Reference in New Issue
Block a user