Add the setup-run-from-source.sh script (doesn't work yet) and allow to run the cactivities from the shell.

This commit is contained in:
Dan Williams
2006-04-27 13:54:18 -04:00
parent c4781fe8e3
commit 73ac3be1e6
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -300,3 +300,6 @@ def main():
gtk.main()
except KeyboardInterrupt:
pass
if __name__=="__main__":
main()