summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/ServerTemplate.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceGridGUI/Application/ServerTemplate.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/ServerTemplate.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/Application/ServerTemplate.java b/java/src/IceGridGUI/Application/ServerTemplate.java
index f15879c0b2e..eb60181035e 100755
--- a/java/src/IceGridGUI/Application/ServerTemplate.java
+++ b/java/src/IceGridGUI/Application/ServerTemplate.java
@@ -144,7 +144,7 @@ class ServerTemplate extends Communicator
protected Editor createEditor()
{
- return new ServerTemplateEditor(getCoordinator().getMainFrame());
+ return new ServerTemplateEditor();
}
public void destroy()