Merge Stephen Boddy's fix for LP #314902 with a small modification
This commit is contained in:
commit
eec5aefbaa
|
@ -319,7 +319,9 @@ text/plain
|
|||
txt = selection_data.data.strip()
|
||||
if txt[0:7] == "file://":
|
||||
txt = "'%s'" % txt[7:]
|
||||
self._vte.feed_child(txt)
|
||||
for term in self.terminator.term_list:
|
||||
if term == self or term._group == self._group:
|
||||
term._vte.feed_child(txt)
|
||||
return
|
||||
|
||||
widgetsrc = data.terminator.term_list[int(selection_data.data)]
|
||||
|
|
Loading…
Reference in New Issue