summaryrefslogtreecommitdiff
path: root/invest-applet
diff options
context:
space:
mode:
Diffstat (limited to 'invest-applet')
-rw-r--r--invest-applet/invest/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/invest-applet/invest/__init__.py b/invest-applet/invest/__init__.py
index b86ce8ec..101881f5 100644
--- a/invest-applet/invest/__init__.py
+++ b/invest-applet/invest/__init__.py
@@ -42,7 +42,7 @@ else:
BUILDER_DATA_DIR = BUILDERDIR
ART_DATA_DIR = SHARED_DATA_DIR
-USER_INVEST_DIR = expanduser("~/.mate2/invest-applet")
+USER_INVEST_DIR = expanduser("~/.config/mate/invest-applet")
if not exists(USER_INVEST_DIR):
try:
os.makedirs(USER_INVEST_DIR, 0744)