summaryrefslogtreecommitdiff
path: root/apps/plugins/plasma.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plasma.c')
-rw-r--r--apps/plugins/plasma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index 5de9b90908..1fae239e53 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -172,7 +172,7 @@ void cleanup(void *parameter)
172 gray_release(); 172 gray_release();
173#endif 173#endif
174 /* Turn on backlight timeout (revert to settings) */ 174 /* Turn on backlight timeout (revert to settings) */
175 backlight_use_settings(); /* backlight control in lib/helper.c */ 175 backlight_use_settings(rb); /* backlight control in lib/helper.c */
176} 176}
177 177
178/* 178/*
@@ -302,7 +302,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
302 rb->lcd_set_backdrop(NULL); 302 rb->lcd_set_backdrop(NULL);
303#endif 303#endif
304 /* Turn off backlight timeout */ 304 /* Turn off backlight timeout */
305 backlight_force_on(); /* backlight control in lib/helper.c */ 305 backlight_force_on(rb); /* backlight control in lib/helper.c */
306 306
307 ret = main(); 307 ret = main();
308 308