From f7675a244b0d1d52bfdf5a1ee0051b46e73f9f2e Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 22 Jul 2007 06:05:53 +0000 Subject: remove the need for action_signalscreenchange(). Fixes problems with targets where the ACTION_STD_CANCEL event is a combo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13956 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/properties.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/plugins/properties.c') diff --git a/apps/plugins/properties.c b/apps/plugins/properties.c index 86817e2cc7..bc95548afe 100644 --- a/apps/plugins/properties.c +++ b/apps/plugins/properties.c @@ -295,7 +295,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* file) } } rb->global_settings->statusbar = prev_show_statusbar; - rb->action_signalscreenchange(); return PLUGIN_OK; } -- cgit v1.2.3