URI: 
       tfix: the gtk gui was broken since server_list_changed was introduced... - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 299d54c6ecc668310c62664b63111acfed3af81c
   DIR parent 596bddbf7e716df80645ce878ac2ffcc90f864f4
  HTML 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(-)
       ---
   DIR diff --git a/lib/gui.py b/lib/gui.py
       t@@ -1308,3 +1308,6 @@ class ElectrumGui():
        
            def restore_or_create(self):
                return restore_create_dialog(self.wallet)
       +
       +    def server_list_changed(self):
       +        pass