URI: 
       tfix fee_e in settings window - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 1fa51e6b7c1448550376ab4dc8372378863e7bd6
   DIR parent 67b9a59d349ac49412ef8a83e055125b6dd75f9a
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sun,  7 Sep 2014 21:44:11 +0200
       
       fix fee_e in settings window
       
       Diffstat:
         M gui/qt/main_window.py               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -2599,6 +2599,7 @@ class ElectrumWindow(QMainWindow):
                    self.update_receive_tab()
                    self.update_address_tab()
                    self.update_invoices_tab()
       +            fee_e.setAmount(self.wallet.fee_per_kb)
                    self.update_status()
                unit_combo.currentIndexChanged.connect(on_unit)
                widgets.append((unit_label, unit_combo, unit_help))