diff options
author | Perberos <[email protected]> | 2011-12-08 13:35:59 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-08 13:35:59 -0300 |
commit | 09d3b00ca94376ddcb2b1cdb53d6448708936f4f (patch) | |
tree | ab147d66e8ba2f91c1f2cc3e59c51a24c04d371e /invest-applet | |
parent | b67680616f66c648bbad1e6744ab4664800635d3 (diff) | |
download | mate-applets-09d3b00ca94376ddcb2b1cdb53d6448708936f4f.tar.bz2 mate-applets-09d3b00ca94376ddcb2b1cdb53d6448708936f4f.tar.xz |
GDK_DISPLAY() is deprecated
Diffstat (limited to 'invest-applet')
-rw-r--r-- | invest-applet/invest/__init__.py | 2 |
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) |