Fix pasting in new tab

This commit is contained in:
Florian Bruhin 2014-05-19 15:09:12 +02:00
parent 633b87f61b
commit ebefdfb5a9

View File

@ -502,7 +502,7 @@ class CommandDispatcher(QObject):
Args:
sel: True to use primary selection, False to use clipboard
"""
self._tabs.paste(sel, True)
self.paste(sel, True)
@cmdutils.register(instance='mainwindow.tabs.cmd')
def tab_focus(self, index=None, count=None):