summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 30968a5)
raw | patch | inline | side by side (parent: 30968a5)
author | mjwybrow <mjwybrow@users.sourceforge.net> | |
Mon, 5 Feb 2007 01:49:09 +0000 (01:49 +0000) | ||
committer | mjwybrow <mjwybrow@users.sourceforge.net> | |
Mon, 5 Feb 2007 01:49:09 +0000 (01:49 +0000) |
launcher exits when Inkscape itself is closed the first time it is run.
packaging/macosx/ScriptExec/main.c | patch | blob | history |
index c4b30b3b33db53008663d55d4f846fec8cb7c636..c3e14a0a1f00ff484bf82de54cfb036e793e788f 100644 (file)
"touch \"$HOME/.inkscape/.fccache-new\"");
// Rerun now.
OSErr err = ExecuteScript(scriptPath, &pid);
+ ExitToShell();
- return err;
+ return noErr;
}