diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-18 19:18:22 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-18 19:18:22 +0100 |
commit | 045852491ba5330d8c4a63b0c6e443d6e073f2be (patch) | |
tree | 1efec1972ba01dd8c7f6613b986cfcf093ae1241 /portato/constants.py | |
parent | 6ac3ab0f0e625e8cad02ab6291635e6f2180fe50 (diff) | |
download | portato-045852491ba5330d8c4a63b0c6e443d6e073f2be.tar.gz portato-045852491ba5330d8c4a63b0c6e443d6e073f2be.tar.bz2 portato-045852491ba5330d8c4a63b0c6e443d6e073f2be.zip |
Splitted windows.py
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 3cff9ac..2059315 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 = False +USE_CATAPULT = True # frontends FRONTENDS = ["gtk"] |