diff options
author | necoro <> | 2007-02-11 18:15:38 +0000 |
---|---|---|
committer | necoro <> | 2007-02-11 18:15:38 +0000 |
commit | 51258abefb5c88c62dd6bb5861d4d2e8e372799f (patch) | |
tree | 0d966ea492d05ed33d77319bae3e12fa8d279e54 /portato/constants.py | |
parent | 70e5e9ca4bb97feda6897cd40b3b5c97cc46f2ad (diff) | |
download | portato-51258abefb5c88c62dd6bb5861d4d2e8e372799f.tar.gz portato-51258abefb5c88c62dd6bb5861d4d2e8e372799f.tar.bz2 portato-51258abefb5c88c62dd6bb5861d4d2e8e372799f.zip |
Build new ebuild-window
Diffstat (limited to '')
-rw-r--r-- | portato/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/portato/constants.py b/portato/constants.py index c4ffd6e..0e18425 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -18,3 +18,5 @@ VERSION = 9999 FRONTENDS = ["gtk"] STD_FRONTEND = "gtk" + +USE_GTKSOURCEVIEW = False |