* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
+/*
+ * 2016-10-13 HyunJong Park paulhj.park@samsung.com
+ * Modification by S-Core Co., Ltd.
+ * 1. the action bars also updated when update the toolbar.
+ */
package org.eclipse.search.ui.text;
import java.util.ArrayList;
SearchView.createToolBarGroups(tbm);
fillToolbar(tbm);
tbm.update(false);
+ /* Tizen */
+ /* the action bars also updated when update the toolbar.
+ * JIRA: SPTSDKUX-2263
+ */
+ getSite().getActionBars().updateActionBars();
+ /* ===== */
new OpenAndLinkWithEditorHelper(fViewer) {