configurer.setToolBarVisible(true, true);
globalPreferences.putBoolean(DefaultPreferences.SHOW_TOOLBAR, true);
}
/* Open Dialog to Customize Toolbar */
CustomizeToolbarDialog dialog = new CustomizeToolbarDialog(getActionBarConfigurer().getWindowConfigurer().getWindow().getShell());
if (dialog.open() == IDialogConstants.OK_ID)
fCoolBarAdvisor.advise(true);
}
});
/* Tabbed Browsing */