diff options
| author | Teruaki Kawashima <teru@rockbox.org> | 2009-08-06 11:20:55 +0000 |
|---|---|---|
| committer | Teruaki Kawashima <teru@rockbox.org> | 2009-08-06 11:20:55 +0000 |
| commit | c3aec89bec35c4d896904fb6d8a64d120e28fb52 (patch) | |
| tree | eba2a31fb6454864ebb5faf50c8cdf0075fdc373 | |
| parent | a26ea3f67a52eabd9dc3c25eaa402d5959d9bd03 (diff) | |
| download | rockbox-c3aec89bec35c4d896904fb6d8a64d120e28fb52.zip rockbox-c3aec89bec35c4d896904fb6d8a64d120e28fb52.tar.gz rockbox-c3aec89bec35c4d896904fb6d8a64d120e28fb52.tar.bz2 rockbox-c3aec89bec35c4d896904fb6d8a64d120e28fb52.tar.xz | |
fix for r22171 for pacbox. make "Quit" item quit the plugin again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22186 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/plugins/pacbox/pacbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pacbox/pacbox.c b/apps/plugins/pacbox/pacbox.c index 0e33432..89af07a 100644 --- a/apps/plugins/pacbox/pacbox.c +++ b/apps/plugins/pacbox/pacbox.c @@ -247,7 +247,7 @@ static bool pacbox_menu(void) restart game usb connected */ - return (result==6); + return (result==7); } |