From f18e95eb27f7d54c1984b9925a927b1bd3098baf Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Wed, 9 Jan 2008 13:56:46 +0000 Subject: r586@Devoty: necoro | 2008-01-09 14:54:18 +0100 Disabled catapult till it is really usable --- portato/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/constants.py') 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"] -- cgit v1.2.3