summaryrefslogtreecommitdiff
path: root/src/main/resources/boot/SC/LocalObjectDefCreator.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-10-13 09:57:19 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-10-13 09:57:19 +0200
commit1db6fec8df58a483f9fd945c394cca17bf6fe55b (patch)
treedfca4008f6b363bb276466366cbf1f4fa7ab4dae /src/main/resources/boot/SC/LocalObjectDefCreator.xml
parentff298b98407782959eeae724e0ba6b63f3c7d0b2 (diff)
Missed two com.c2kernel refs in the scripts
Diffstat (limited to 'src/main/resources/boot/SC/LocalObjectDefCreator.xml')
-rw-r--r--src/main/resources/boot/SC/LocalObjectDefCreator.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/boot/SC/LocalObjectDefCreator.xml b/src/main/resources/boot/SC/LocalObjectDefCreator.xml
index 39f49e7..b30037b 100644
--- a/src/main/resources/boot/SC/LocalObjectDefCreator.xml
+++ b/src/main/resources/boot/SC/LocalObjectDefCreator.xml
@@ -29,7 +29,7 @@
// If this script is running in the Cristal GUI, open the new item.
try {
- var tree = Packages.com.c2kernel.gui.MainFrame.treeBrowser;
+ var tree = Packages.org.cristalise.gui.MainFrame.treeBrowser;
if (tree != null) // open new item in the gui
tree.push(new DomainPath(domPath+"/"+name));
} catch (e) { // hopefully catch any classloading errors on headless systems. hopefully.