From b038696d951aa472e4fae2a6d1af4ad1f757bb32 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Sun, 2 Nov 2014 19:35:39 +0100 Subject: [PATCH] Add nokia.image-processing to the list of unimplemented Nokia-specific localmsg servers --- midp/localmsg.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/midp/localmsg.js b/midp/localmsg.js index 3e2f48d1..fc49b2a7 100644 --- a/midp/localmsg.js +++ b/midp/localmsg.js @@ -342,7 +342,8 @@ MIDP.LocalMsgConnections = {}; // MIDlets are usually happy even if the servers don't reply, but we should // remember to implement them in case they will be needed. MIDP.FakeLocalMsgServers = [ "nokia.active-standby", "nokia.profile", - "nokia.connectivity-settings", "nokia.file-ui" ]; + "nokia.connectivity-settings", "nokia.file-ui", + "nokia.image-processing" ]; MIDP.FakeLocalMsgServers.forEach(function(server) { MIDP.LocalMsgConnections[server] = new LocalMsgConnection();