From de75c108ac018ad619194d1c81494b86106ba74a Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 12 Feb 2013 23:43:54 +0100 Subject: GUI calls throw Errors in headless configurations. Commented out for now. --- src/main/resources/boot/SC/InstantiateItem.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/resources/boot/SC/InstantiateItem.xml') diff --git a/src/main/resources/boot/SC/InstantiateItem.xml b/src/main/resources/boot/SC/InstantiateItem.xml index 85005cd..1ad7b6c 100644 --- a/src/main/resources/boot/SC/InstantiateItem.xml +++ b/src/main/resources/boot/SC/InstantiateItem.xml @@ -20,9 +20,9 @@ } // If this script is running in the Cristal GUI, open the new item. - try { - Packages.com.c2kernel.gui.MainFrame.treeBrowser.push(new DomainPath(domPath+"/"+name)); - } catch (e) { } + //try { + // Packages.com.c2kernel.gui.MainFrame.treeBrowser.push(new DomainPath(domPath+"/"+name)); + //} catch (e) { } ]]> -- cgit v1.2.3