1
0
Fork 0
forked from len0rd/rockbox

Add the necessary action_signalscreenchange call to avoid going back one level in the tree after leaving the cuesheet viewer screen.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12891 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nicolas Pennequin 2007-03-22 13:52:56 +00:00
parent 17a7f7ad35
commit e5b77b1a47

View file

@ -291,6 +291,7 @@ static void browse_cuesheet(struct cuesheet *cue)
done = true;
}
}
action_signalscreenchange();
}
bool display_cuesheet_content(char* filename)