summaryrefslogtreecommitdiff
path: root/src/typedefs.h
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-19 15:20:34 +0100
committerinfirit <[email protected]>2014-11-19 15:44:09 +0100
commit10d6972d37355198a63309142ae9875fdcc222f6 (patch)
treeeb447d06bb1a668f241c44c07895622558f3ab5b /src/typedefs.h
parent5591da29a5027de4f8ec5c967d2d0ff6ba579af0 (diff)
downloadengrampa-10d6972d37355198a63309142ae9875fdcc222f6.tar.bz2
engrampa-10d6972d37355198a63309142ae9875fdcc222f6.tar.xz
use g_get_user_config_dir instead of using .config/mate
Also provide an automatic migration mechanism. Based on FR commit: 7fd220a834f16b260da8f5ddc1250c43b9dbefd8 From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'src/typedefs.h')
-rw-r--r--src/typedefs.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/typedefs.h b/src/typedefs.h
index 56660b5..8e687de 100644
--- a/src/typedefs.h
+++ b/src/typedefs.h
@@ -28,14 +28,7 @@
#define MEGABYTE (1024 * 1024)
-#define RC_DIR ".config/mate/engrampa"
-#define RC_BOOKMARKS_FILE ".config/mate/engrampa/bookmarks"
-#define RC_RECENT_FILE ".config/mate/engrampa/recents"
-#define RC_OPTIONS_DIR ".config/mate/engrampa/options"
-
-#define OLD_RC_BOOKMARKS_FILE ".engrampa/bookmarks"
-#define OLD_RC_RECENT_FILE ".engrampa/recents"
-#define OLD_RC_OPTIONS_DIR ".engrampa/options"
+#define ADD_FOLDER_OPTIONS_DIR "engrampa/options"
typedef enum { /*< skip >*/
FR_WINDOW_SORT_BY_NAME = 0,