diff options
author | Necoro <> | 2008-01-09 13:56:46 +0000 |
---|---|---|
committer | Necoro <> | 2008-01-09 13:56:46 +0000 |
commit | f18e95eb27f7d54c1984b9925a927b1bd3098baf (patch) | |
tree | 36601a37fba559e8b322b848af94765e476392e6 | |
parent | 4460f9d840d1db191a030d24825df9f3c581d6fa (diff) | |
download | portato-f18e95eb27f7d54c1984b9925a927b1bd3098baf.tar.gz portato-f18e95eb27f7d54c1984b9925a927b1bd3098baf.tar.bz2 portato-f18e95eb27f7d54c1984b9925a927b1bd3098baf.zip |
r586@Devoty: necoro | 2008-01-09 14:54:18 +0100
Disabled catapult till it is really usable
Diffstat (limited to '')
-rw-r--r-- | portato/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/constants.py b/portato/constants.py index 2059315..3cff9ac 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -65,7 +65,7 @@ APP = "portato" VERSION = "9999" HOME = os.environ["HOME"] SU_COMMAND = "gksu -D 'Portato'" -USE_CATAPULT = True +USE_CATAPULT = False # frontends FRONTENDS = ["gtk"] |