URI: 
       tupdate text gui - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 4fdeb52f7db4c6bd5317e6bf55c62b421b213598
   DIR parent 59638898d4d03961b8fba21566a362804b1351b2
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Mon, 28 Jul 2014 09:31:07 +0200
       
       update text gui
       
       Diffstat:
         M gui/text.py                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/text.py b/gui/text.py
       t@@ -124,7 +124,7 @@ class ElectrumGui:
            def print_balance(self):
                if not self.network:
                    msg = _("Offline")
       -        elif self.network.interface and self.network.interface.is_connected:
       +        elif self.network.is_connected():
                    if not self.wallet.up_to_date:
                        msg = _("Synchronizing...")
                    else: