Stops various activities disabling Broadcast All setting (poopup, new tab, new window etc)

This commit is contained in:
Stephen Boddy 2011-02-23 21:56:00 +01:00
parent ff017ea26d
commit 7f7ac93d4e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class Terminator(Borg):
self.terminals = [] self.terminals = []
if not self.groups: if not self.groups:
self.groups = [] self.groups = []
if not self.groupsend: if self.groupsend == None:
self.groupsend = self.groupsend_type['group'] self.groupsend = self.groupsend_type['group']
if not self.config: if not self.config:
self.config = Config() self.config = Config()