URI: 
       tfix mpk qr code - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit d67d02c954a9f0b05ece26aafe70bd43749ee974
   DIR parent 28a31b65ee83dccf1c5f169a11c194e956d541d9
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sun, 20 Oct 2013 10:34:56 +0200
       
       fix mpk qr code
       
       Diffstat:
         M gui/qt/main_window.py               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -1519,7 +1519,7 @@ class ElectrumWindow(QMainWindow):
                    chain_qrw.set_addr(c)
                    chain_qrw.update_qr()
                    mpk_text.setText(K)
       -            mpk_qrw.set_addr(c)
       +            mpk_qrw.set_addr(K)
                    mpk_qrw.update_qr()
                    
                key_selector = QComboBox()