summaryrefslogtreecommitdiff
path: root/apps/plugins/xobox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/xobox.c')
-rw-r--r--apps/plugins/xobox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 49efdc9914..920bc23080 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -1110,13 +1110,13 @@ enum plugin_status plugin_start (const void *parameter)
1110#endif 1110#endif
1111 1111
1112 /* Turn off backlight timeout */ 1112 /* Turn off backlight timeout */
1113 backlight_force_on(); /* backlight control in lib/helper.c */ 1113 backlight_ignore_timeout();
1114 1114
1115 randomize (); 1115 randomize ();
1116 ret = xobox_loop (); 1116 ret = xobox_loop ();
1117 1117
1118 /* Turn on backlight timeout (revert to settings) */ 1118 /* Turn on backlight timeout (revert to settings) */
1119 backlight_use_settings(); /* backlight control in lib/helper.c */ 1119 backlight_use_settings();
1120 rb->lcd_setfont (FONT_UI); 1120 rb->lcd_setfont (FONT_UI);
1121 1121
1122 return ret; 1122 return ret;