summaryrefslogtreecommitdiff
path: root/src/tabwindow/rekonqwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-04-25 10:33:32 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-04-25 10:33:32 +0200
commit5d6b8c35dd2bec2f6fd4c4181d40344ecf686bc9 (patch)
tree318316a1c96eab0806b61875f8a62bc84a3a4b2a /src/tabwindow/rekonqwindow.cpp
parentFinally fix the pinning icons cluttering (diff)
downloadrekonq-5d6b8c35dd2bec2f6fd4c4181d40344ecf686bc9.tar.xz
Well... get EXTREMELY sure menubar are registered...
Diffstat (limited to 'src/tabwindow/rekonqwindow.cpp')
-rw-r--r--src/tabwindow/rekonqwindow.cpp1
1 files changed, 0 insertions, 1 deletions
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()));
}