Added the force_update flag to the session log gramplet
svn: r11543
This commit is contained in:
		@@ -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 = {}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user