mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +02:00
[162994] should not try refreshing cancelled copy/move
This commit is contained in:
parent
29a42ceef1
commit
7879959bac
1 changed files with 2 additions and 1 deletions
|
@ -328,7 +328,8 @@ public abstract class SystemBaseCopyAction extends SystemBaseDialogAction
|
||||||
runException = new java.lang.reflect.InvocationTargetException(exc);
|
runException = new java.lang.reflect.InvocationTargetException(exc);
|
||||||
throw (java.lang.reflect.InvocationTargetException)runException;
|
throw (java.lang.reflect.InvocationTargetException)runException;
|
||||||
}
|
}
|
||||||
copyComplete();
|
if (copiedOk)
|
||||||
|
copyComplete();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected abstract String checkForCollision(Shell shell, IProgressMonitor monitor, Object targetContainer, Object oldObject, String oldName);
|
protected abstract String checkForCollision(Shell shell, IProgressMonitor monitor, Object targetContainer, Object oldObject, String oldName);
|
||||||
|
|
Loading…
Add table
Reference in a new issue