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 331722
Collapse All | Expand All

(-)src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java (-2 lines)
Lines 1965-1972 Link Here
1965
1965
1966
			if (bounds != null && dialogBounds != null) {
1966
			if (bounds != null && dialogBounds != null) {
1967
				try {
1967
				try {
1968
					bounds.x = dialogBounds.getInt(X);
1969
					bounds.y = dialogBounds.getInt(Y);
1970
					bounds.height = dialogBounds.getInt(HEIGHT);
1968
					bounds.height = dialogBounds.getInt(HEIGHT);
1971
					bounds.width = dialogBounds.getInt(WIDTH);
1969
					bounds.width = dialogBounds.getInt(WIDTH);
1972
					shell.setBounds(bounds);
1970
					shell.setBounds(bounds);

Return to bug 331722