From 74724513e65f9c037b2c266bd01c806f7aafc88c Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Wed, 21 Nov 2007 14:01:42 +0000 Subject: r561@Devoty: necoro | 2007-11-20 09:29:35 +0100 Improved session support --- 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 f5a21f6..2059315 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -74,7 +74,7 @@ STD_FRONTEND = "gtk" # config CONFIG_DIR = "/etc/portato/" CONFIG_LOCATION = pjoin(CONFIG_DIR, "portato.cfg") -PREF_DIR = pjoin(os.environ["HOME"], ".portato") +SESSION_DIR = pjoin(os.environ["HOME"], ".portato") # misc dirs DATA_DIR = "./" -- cgit v1.2.3