tfix #2736 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 5fb51a91a2c7d4c62297d92d9084a9ebe83716ee DIR parent 6cf10e54d0b34224c1a5c189ddc04981c2c334f3 HTML Author: ThomasV <thomasv@electrum.org> Date: Sat, 12 Aug 2017 10:06:28 +0200 fix #2736 Diffstat: M gui/qt/main_window.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py t@@ -2187,7 +2187,8 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): self.show_message(_("Your labels were imported from") + " '%s'" % str(labelsFile)) except (IOError, os.error) as reason: self.show_critical(_("Electrum was unable to import your labels.") + "\n" + str(reason)) - + self.address_list.update() + self.history_list.update() def do_export_labels(self): labels = self.wallet.labels