From e8868d63c39db975c8627c7fc87dfdd4f2308bf6 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Tue, 24 Apr 2007 15:34:07 +0000 Subject: moved *.glade and *.ui to one directory to omit the change of the config.py each time --- portato/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'portato/constants.py') 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" -- cgit v1.2.3