URI: 
       tfix notifications - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 6faf1acc055153bbf01f93bf33e0eb45d927aa18
   DIR parent d52d5276f8b36f98e75b8e56f252cbeaac784d87
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Fri,  4 Oct 2013 15:55:10 +0200
       
       fix notifications
       
       Diffstat:
         M gui/qt/main_window.py               |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -459,6 +459,9 @@ class ElectrumWindow(QMainWindow):
        
        
            def notify_transactions(self):
       +        if not self.network.is_connected(): 
       +            return
       +
                print_error("Notifying GUI")
                if len(self.network.interface.pending_transactions_for_notifications) > 0:
                    # Combine the transactions if there are more then three