tno need to restart here - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 15c2cc71eafb5bd9d0a7bba6045e4e3a0f299e3d DIR parent 4458a1c81b28dc2a800bae3ac7005989bbe4b789 HTML Author: ecdsa <ecdsa@github> Date: Sun, 17 Mar 2013 12:52:11 +0100 no need to restart here Diffstat: M plugins/labels.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- DIR diff --git a/plugins/labels.py b/plugins/labels.py t@@ -134,7 +134,10 @@ To get started visit http://labelectrum.herokuapp.com/ to sign up for an account def full_pull(self, force = False): if self.do_full_pull(force) and force: - QMessageBox.information(None, _("Labels synced"), _("Your labels have been synced, please restart Electrum for the changes to take effect.")) + self.gui.update_history_tab() + self.gui.update_completions() + self.gui.update_receive_tab() + self.gui.update_contacts_tab() def do_full_push(self): bundle = {"labels": {}}