restore Stephen's extra conditional, since it does make sense

This commit is contained in:
Chris Jones 2009-01-08 16:18:02 +00:00
parent eec5aefbaa
commit 65c1011d5b
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ text/plain
if txt[0:7] == "file://":
txt = "'%s'" % txt[7:]
for term in self.terminator.term_list:
if term == self or term._group == self._group:
if term == self or (self.group != None and term._group == self._group):
term._vte.feed_child(txt)
return