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

(-)Eclipse UI/org/eclipse/ui/dialogs/PropertyDialogAction.java (-1 / +1 lines)
Lines 100-106 Link Here
100
	 * @return boolean
100
	 * @return boolean
101
	 */
101
	 */
102
	private boolean hasPropertyPagesFor(Object object) {
102
	private boolean hasPropertyPagesFor(Object object) {
103
		return PropertyPageContributorManager.getManager().hasContributorsFor(object);
103
		return PropertyPageContributorManager.getManager().getApplicableContributors(object).size() != 0;
104
	}
104
	}
105
105
106
	/**
106
	/**

Return to bug 172734