View | Details | Raw Unified | Return to bug 111637 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/gmf/runtime/diagram/ui/actions/CopyAction.java (-1 / +1 lines)
Lines 191-197 Link Here
191
191
192
	/** 
192
	/** 
193
	 * Refresh the enablement status based on whether the action is enabled or not.
193
	 * Refresh the enablement status based on whether the action is enabled or not.
194
	 * @see org.eclipse.gmf.runtime.common.ui.action.IRepeatableAction#refresh()
194
	 * @see org.eclipse.gmf.runtime.common.ui.action.IActionWithProgress#refresh()
195
	 */
195
	 */
196
	public void refresh() {
196
	public void refresh() {
197
		setEnabled(calculateEnabled());
197
		setEnabled(calculateEnabled());

Return to bug 111637