commit 299d54c6ecc668310c62664b63111acfed3af81c parent 596bddbf7e716df80645ce878ac2ffcc90f864f4 Author: thomasv <thomasv@gitorious> Date: Thu, 11 Oct 2012 13:18:04 +0200 fix: the gtk gui was broken since server_list_changed was introduced... Diffstat:
M | lib/gui.py | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/lib/gui.py b/lib/gui.py @@ -1308,3 +1308,6 @@ class ElectrumGui(): def restore_or_create(self): return restore_create_dialog(self.wallet) + + def server_list_changed(self): + pass