fix: the gtk gui was broken since server_list_changed was introduced...
authorthomasv <thomasv@gitorious>
Thu, 11 Oct 2012 11:18:04 +0000 (13:18 +0200)
committerthomasv <thomasv@gitorious>
Thu, 11 Oct 2012 11:18:04 +0000 (13:18 +0200)
lib/gui.py

index 462aca8..13c43d5 100644 (file)
@@ -1308,3 +1308,6 @@ class ElectrumGui():
 
     def restore_or_create(self):
         return restore_create_dialog(self.wallet)
+
+    def server_list_changed(self):
+        pass