CVS commit by wstephens: Remove nonstandard KStdAction name that was preventing KToolBar from picking up on the action. BUG:102033 M +1 -1 kopetewindow.cpp 1.232 --- kdenetwork/kopete/kopete/kopetewindow.cpp #1.231:1.232 @@ -216,5 +216,5 @@ void KopeteWindow::initActions() SLOT( slotConfGlobalKeys() ), actionCollection(), "settings_global" ); - KStdAction::configureToolbars(this, SLOT(slotConfToolbar()), actionCollection(), "settings_toolbars" ); + KStdAction::configureToolbars( this, SLOT(slotConfToolbar()), actionCollection() ); KStdAction::configureNotifications(this, SLOT(slotConfNotifications()), actionCollection(), "settings_notifications" );