Added the force_update flag to the session log gramplet

svn: r11543
This commit is contained in:
Doug Blank 2008-12-30 23:11:28 +00:00
parent cbe366ebd2
commit f3ffd3655a

View File

@ -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 = {}