summaryrefslogtreecommitdiff
path: root/portato/constants.py
diff options
context:
space:
mode:
authornecoro <>2007-04-24 15:34:07 +0000
committernecoro <>2007-04-24 15:34:07 +0000
commite8868d63c39db975c8627c7fc87dfdd4f2308bf6 (patch)
tree801a6c1ab0d7d899007e39a4c0d7720bd37c9b15 /portato/constants.py
parent5067dac60487edc83ac88c18b9b880eb7ccd5259 (diff)
downloadportato-e8868d63c39db975c8627c7fc87dfdd4f2308bf6.tar.gz
portato-e8868d63c39db975c8627c7fc87dfdd4f2308bf6.tar.bz2
portato-e8868d63c39db975c8627c7fc87dfdd4f2308bf6.zip
moved *.glade and *.ui to one directory to omit the change of the config.py each time
Diffstat (limited to 'portato/constants.py')
-rw-r--r--portato/constants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/constants.py b/portato/constants.py
index 85fde6e..9b01eb8 100644
--- a/portato/constants.py
+++ b/portato/constants.py
@@ -13,9 +13,9 @@
CONFIG_DIR = "/etc/portato/"
CONFIG_LOCATION = CONFIG_DIR+"portato.cfg"
-DATA_DIR = "portato/gui/gtk/glade/"
+DATA_DIR = "portato/gui/templates/"
PLUGIN_DIR = "plugins/"
VERSION = 9999
-FRONTENDS = ["gtk"]
+FRONTENDS = ["gtk" ,"qt"]
STD_FRONTEND = "gtk"