~jtyr/terminator/terminator

« back to all changes in this revision

Viewing changes to terminatorlib/terminator.py

  • Committer: Jiri Tyr
  • Date: 2014-03-06 16:02:17 UTC
  • Revision ID: jiri.tyr@gmail.com-20140306160217-zl18nuzhc2cwu0p9
Setting default broadcast to 'off'

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        if not self.groups:
58
58
            self.groups = []
59
59
        if self.groupsend == None:
60
 
            self.groupsend = self.groupsend_type['group']
 
60
            self.groupsend = self.groupsend_type['off']
61
61
        if not self.config:
62
62
            self.config = Config()
63
63
        if not self.keybindings: