diff --git a/konsole/konsole.cpp b/konsole/konsole.cpp index da755686..d0892ae5 100644 --- a/konsole/konsole.cpp +++ b/konsole/konsole.cpp @@ -895,6 +895,8 @@ void Konsole::makeTabWidget() SLOT(slotTabbarContextMenu(const QPoint &))); if (kapp->authorize("shell_access")) { + connect(tabwidget, SIGNAL(mouseDoubleClick()), SLOT(newSession())); + m_newSessionButton = new QToolButton( tabwidget ); // // Looks kind of broken with most styles? // newsession->setTextLabel("New");