bugfix: method does not exist
authorthomasv <thomasv@gitorious>
Mon, 28 Jan 2013 14:35:48 +0000 (15:35 +0100)
committerthomasv <thomasv@gitorious>
Mon, 28 Jan 2013 14:35:48 +0000 (15:35 +0100)
lib/gui_text.py

index 66b4c8e..a1ca7d8 100644 (file)
@@ -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'))