URI: 
       tForce update for lite gui so update() gets called at least once (i.e if create/restore wallet) - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 216ff894b58768b92dff5aa068ba893ecf9b250e
   DIR parent d7ad1f41e53a6b84006fa4664af3f86c67b78648
  HTML Author: Amir Taaki <genjix@riseup.net>
       Date:   Thu,  5 Jul 2012 22:56:45 +0200
       
       Force update for lite gui so update() gets called at least once (i.e if create/restore wallet)
       
       Diffstat:
         M lib/gui_lite.py                     |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/lib/gui_lite.py b/lib/gui_lite.py
       t@@ -532,6 +532,7 @@ class MiniDriver(QObject):
        
                self.initializing()
                self.connect(self, SIGNAL("updatesignal()"), self.update)
       +        self.update_callback()
        
            # This is a hack to workaround that Qt does not like changing the
            # window properties from this other thread before the runloop has