From b964097450e083d1cff0faace896ef416a718f90 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 17 Jan 2012 16:10:59 +0100 Subject: Fix a bookmarks bar crash A stupid regression introduced... by me, sorry! --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); } -- cgit v1.2.1