Fix pasting so we always use our own paste method rather than VTE's so pasting with the keyboard shortcut works in groups

This commit is contained in:
Chris Jones 2010-06-17 14:08:54 +01:00
parent 5b5739df0e
commit df43e67239
1 changed files with 1 additions and 1 deletions

View File

@ -1326,7 +1326,7 @@ for %s (%s)' % (name, urlplugin.__class__.__name__))
self.vte.copy_clipboard()
def key_paste(self):
self.vte.paste_clipboard()
self.paste_clipboard()
def key_toggle_scrollbar(self):
self.do_scrollbar_toggle()