Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 305687 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java (+1 lines)
Lines 342-347 Link Here
342
		setControl(control);
342
		setControl(control);
343
		PlatformUI.getWorkbench().getHelpSystem().setHelp(control, BugzillaUiPlugin.SEARCH_PAGE_CONTEXT);
343
		PlatformUI.getWorkbench().getHelpSystem().setHelp(control, BugzillaUiPlugin.SEARCH_PAGE_CONTEXT);
344
		restoreBounds();
344
		restoreBounds();
345
		getControl().getShell().pack();
345
	}
346
	}
346
347
347
	private void createButtons(Composite control) {
348
	private void createButtons(Composite control) {

Return to bug 305687