commit d451b933695732eddf19ff30a6f321151e4ed186
parent 9bd75e05e7f44187caee02f179ec30d9f8ec02ae
Author: thomasv <thomasv@gitorious>
Date: Mon, 28 Jan 2013 15:35:48 +0100
bugfix: method does not exist
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/gui_text.py b/lib/gui_text.py
@@ -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'))