diff --git a/src/plugins/DefaultGramplets.py b/src/plugins/DefaultGramplets.py index b3d5f8f34..75fe90201 100644 --- a/src/plugins/DefaultGramplets.py +++ b/src/plugins/DefaultGramplets.py @@ -151,6 +151,7 @@ class LogGramplet(Gramplet): def init(self): self.tooltip = _("Click name to change active\nDouble-click name to edit") self.set_text(_("Log for this Session")) + self.gui.force_update = True # will always update, even if minimized self.append_text("\n--------------------\n") self.history = {}