From 7f7ac93d4ede7a6a737a9b164af7488499928c97 Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Wed, 23 Feb 2011 21:56:00 +0100 Subject: [PATCH] Stops various activities disabling Broadcast All setting (poopup, new tab, new window etc) --- terminatorlib/terminator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py index 357e31ac..093d9b24 100755 --- a/terminatorlib/terminator.py +++ b/terminatorlib/terminator.py @@ -50,7 +50,7 @@ class Terminator(Borg): self.terminals = [] if not self.groups: self.groups = [] - if not self.groupsend: + if self.groupsend == None: self.groupsend = self.groupsend_type['group'] if not self.config: self.config = Config()