From 076217013f1ce9d3c7f1759f7923e1a3da7853d7 Mon Sep 17 00:00:00 2001 From: Peter Hofmann Date: Sat, 11 Mar 2017 17:32:22 +0100 Subject: Call ensure_uri_scheme() before sending message to socket The main process and the process that sends the message might have different working directories. As a result, the main process might not be able to detect "foo.html" as a file when called as "lariza foo.html". --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 1a7038c..c73601a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Release history for lariza +next + [Fixed] + - Automatically adding the "file://" prefix didn't work (reliably) if + a message was sent to an already running instance. + v17.02 2017-02-16 [Fixed] - As requested by WebKit's API documentation, we now wait for the -- cgit v1.2.3