1
0

minor fixes

This commit is contained in:
ThomasV
2017-07-10 20:54:24 +02:00
parent e2d996f199
commit 92b392a56b
3 changed files with 5 additions and 4 deletions

View File

@@ -139,7 +139,7 @@ class ElectrumGui:
# Use a signal as can be called from daemon thread
self.app.emit(SIGNAL('new_window'), path, uri)
def show_network_dialog(self):
def show_network_dialog(self, parent):
from network_dialog import NetworkDialog
if not self.daemon.network:
parent.show_warning(_('You are using Electrum in offline mode; restart Electrum if you want to get connected'), title=_('Offline'))