From 5d6b8c35dd2bec2f6fd4c4181d40344ecf686bc9 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 25 Apr 2013 10:33:32 +0200 Subject: Well... get EXTREMELY sure menubar are registered... --- src/tabwindow/rekonqwindow.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tabwindow/rekonqwindow.cpp') diff --git a/src/tabwindow/rekonqwindow.cpp b/src/tabwindow/rekonqwindow.cpp index 31af5387..773ded3f 100644 --- a/src/tabwindow/rekonqwindow.cpp +++ b/src/tabwindow/rekonqwindow.cpp @@ -99,7 +99,6 @@ void RekonqWindow::init() // signals connect(_tabWidget, SIGNAL(closeWindow()), this, SLOT(close())); connect(_tabWidget, SIGNAL(windowTitleChanged(QString)), this, SLOT(setWindowTitle(QString))); - connect(_tabWidget, SIGNAL(actionsReady()), this, SLOT(registerWindow())); } -- cgit v1.2.1