summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-01-17 16:10:59 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-01-17 16:10:59 +0100
commitb964097450e083d1cff0faace896ef416a718f90 (patch)
tree84699936ecf5bd073f639f3423727993a0fc1120 /src
parentRemove "closed tabs menu" from available actions in mainwindow (diff)
downloadrekonq-b964097450e083d1cff0faace896ef416a718f90.tar.xz
Fix a bookmarks bar crash
A stupid regression introduced... by me, sorry!
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 87b92a70..76495aff 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -295,7 +295,7 @@ void MainWindow::configureToolbars()
KEditToolBar dlg(factory(), this);
// The bookmark bar needs to be refill after the UI changes are finished
- connect(&dlg, SIGNAL(newToolBarConfig()), this, SLOT(initBookmarkBar()));
+ connect(&dlg, SIGNAL(newToolBarConfig()), this, SLOT(postLaunch()));
dlg.exec();
}