forked from len0rd/rockbox
Accept FS#9111 - only exit te stats plugin if the exit button is pressed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17866 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
322bfd2f0a
commit
3dcfbc0945
2 changed files with 3 additions and 2 deletions
|
@ -215,8 +215,8 @@ enum plugin_status plugin_start(const struct plugin_api* api, const void* parame
|
||||||
rb->backlight_on();
|
rb->backlight_on();
|
||||||
rb->splash(HZ, "Done");
|
rb->splash(HZ, "Done");
|
||||||
update_screen();
|
update_screen();
|
||||||
button = rb->button_get(true);
|
|
||||||
while (1) {
|
while (1) {
|
||||||
|
button = rb->button_get(true);
|
||||||
switch (button) {
|
switch (button) {
|
||||||
#ifdef HAVE_REMOTE_LCD
|
#ifdef HAVE_REMOTE_LCD
|
||||||
case STATS_STOP_REMOTE:
|
case STATS_STOP_REMOTE:
|
||||||
|
@ -230,6 +230,6 @@ enum plugin_status plugin_start(const struct plugin_api* api, const void* parame
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return PLUGIN_OK;
|
|
||||||
}
|
}
|
||||||
|
return PLUGIN_OK;
|
||||||
}
|
}
|
||||||
|
|
|
@ -394,6 +394,7 @@ Davide Gentile
|
||||||
James Vasile
|
James Vasile
|
||||||
Mohamed Tarek
|
Mohamed Tarek
|
||||||
Mike Burke
|
Mike Burke
|
||||||
|
Michael Chicoine
|
||||||
|
|
||||||
The libmad team
|
The libmad team
|
||||||
The wavpack team
|
The wavpack team
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue