URI: 
       tbugfix: method does not exist - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit d451b933695732eddf19ff30a6f321151e4ed186
   DIR parent 9bd75e05e7f44187caee02f179ec30d9f8ec02ae
  HTML Author: thomasv <thomasv@gitorious>
       Date:   Mon, 28 Jan 2013 15:35:48 +0100
       
       bugfix: method does not exist
       
       Diffstat:
         M lib/gui_text.py                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/gui_text.py b/lib/gui_text.py
       t@@ -273,7 +273,7 @@ class ElectrumGui:
                if status:
                    self.show_message(_('Payment sent.'))
                    self.do_clear()
       -            self.update_contacts_tab()
       +            #self.update_contacts_tab()
                else:
                    self.show_message(_('Error'))