1
0
Fork 0
forked from len0rd/rockbox

fix FS#6877 — Using the quickmenu in the database view causes problems

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12886 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-03-22 11:31:34 +00:00
parent 46cf8805b6
commit da0ee110d9

View file

@ -739,11 +739,6 @@ static int dirbrowse()
if (quick_screen_quick(button))
reload_dir = true;
restore = true;
#ifdef HAVE_TAGCACHE
id3db = check_changed_id3mode(id3db);
reload_dir = true;
#endif
}
break;
#endif