mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-06 07:45:50 +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,6 +328,7 @@ 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;
|
||||||
}
|
}
|
||||||
|
if (copiedOk)
|
||||||
copyComplete();
|
copyComplete();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue