diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2003-10-10 10:19:44 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2003-10-10 10:19:44 +0000 |
| commit | 130dccf16e61f6116ef3d702b8ac7c967cf3fca5 (patch) | |
| tree | 71bb1c260921cb9bb237f9ef4a4d4ddcf02bc631 /apps | |
| parent | de179fdf5ffa52f52ca9edd02d7b95b4c6a41218 (diff) | |
| download | rockbox-130dccf16e61f6116ef3d702b8ac7c967cf3fca5.zip rockbox-130dccf16e61f6116ef3d702b8ac7c967cf3fca5.tar.gz rockbox-130dccf16e61f6116ef3d702b8ac7c967cf3fca5.tar.bz2 rockbox-130dccf16e61f6116ef3d702b8ac7c967cf3fca5.tar.xz | |
.rockbox-browser showed old cached data when the .rockbox dir was already cached by the dir browser. Now it forces a reload of the .rockbox dir.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3968 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c index 4deb289..6424b3e 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -1416,6 +1416,7 @@ bool rockbox_browse(char *root, int dirfilter) int cursorpos_save = cursorpos[0]; memcpy(currdir_save, currdir, sizeof(currdir)); + reload_dir = true; rc = dirbrowse(root, &dirfilter); memcpy(currdir, currdir_save, sizeof(currdir)); |