diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-11-22 22:03:08 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-11-22 22:03:08 +0000 |
commit | 833210856da78b28b8690bcdaaff434ee90a77ff (patch) | |
tree | 258116d3086c8f9668aed7f29a4c9bbbeb09f392 /java/src/IceGridGUI/Application/ServiceInstance.java | |
parent | fixing common.xml to send absolute path to ant task instead of relative (diff) | |
download | ice-833210856da78b28b8690bcdaaff434ee90a77ff.tar.bz2 ice-833210856da78b28b8690bcdaaff434ee90a77ff.tar.xz ice-833210856da78b28b8690bcdaaff434ee90a77ff.zip |
Fixed various copy/paste bugs
Diffstat (limited to 'java/src/IceGridGUI/Application/ServiceInstance.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/ServiceInstance.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/src/IceGridGUI/Application/ServiceInstance.java b/java/src/IceGridGUI/Application/ServiceInstance.java index eb31872424d..cd89f9f9eab 100755 --- a/java/src/IceGridGUI/Application/ServiceInstance.java +++ b/java/src/IceGridGUI/Application/ServiceInstance.java @@ -108,6 +108,11 @@ class ServiceInstance extends TreeNode implements Service, Cloneable getCoordinator().setClipboard(copyDescriptor(_descriptor)); getCoordinator().getActionsForMenu().get(PASTE).setEnabled(true); } + + public void paste() + { + ((TreeNode)_parent).paste(); + } public void moveUp() { |