summaryrefslogtreecommitdiff
path: root/apps/plugins/calendar.c
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2011-03-02 23:43:54 +0000
committerThomas Jarosch <tomj@simonv.com>2011-03-02 23:43:54 +0000
commitf9f89cf5cb42a6540995bbb0c277e1f2e6b222b2 (patch)
tree1cede1c4f11f529e00bf48036778801160dc6e56 /apps/plugins/calendar.c
parenta25153be6b0af205aa0c82dd2f3cba41221df2e5 (diff)
downloadrockbox-f9f89cf5cb42a6540995bbb0c277e1f2e6b222b2.zip
rockbox-f9f89cf5cb42a6540995bbb0c277e1f2e6b222b2.tar.gz
rockbox-f9f89cf5cb42a6540995bbb0c277e1f2e6b222b2.tar.bz2
rockbox-f9f89cf5cb42a6540995bbb0c277e1f2e6b222b2.tar.xz
RaaA: Fix write locations of plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29506 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/calendar.c')
-rw-r--r--apps/plugins/calendar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/calendar.c b/apps/plugins/calendar.c
index 1ca4025..11badbd 100644
--- a/apps/plugins/calendar.c
+++ b/apps/plugins/calendar.c
@@ -319,8 +319,8 @@
#endif
#endif
-#define MEMO_FILE PLUGIN_APPS_DIR "/.memo"
-#define TEMP_FILE PLUGIN_APPS_DIR "/~temp"
+#define MEMO_FILE PLUGIN_APPS_DATA_DIR "/.memo"
+#define TEMP_FILE PLUGIN_APPS_DATA_DIR "/~temp"
#define X_OFFSET ((LCD_WIDTH%7)/2)
#if LCD_HEIGHT <= 80