From a0a8973de115d91f5318ec0bf3b5856e0aeda20f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 3 Feb 2021 10:47:19 +0100 Subject: Finalize incomplete switch to Lomiri URL Dispatcher. --- src/desktop.vala | 2 +- src/phone.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/desktop.vala b/src/desktop.vala index cab782b..7102a21 100644 --- a/src/desktop.vala +++ b/src/desktop.vala @@ -244,7 +244,7 @@ class Desktop: Profile if (Environment.get_variable ("MIR_SOCKET") != null) { - UrlDispatch.send ("settings:///system/bluetooth"); + LomiriUrlDispatch.send ("settings:///system/bluetooth"); return; } diff --git a/src/phone.vala b/src/phone.vala index 5338fc2..3490768 100644 --- a/src/phone.vala +++ b/src/phone.vala @@ -65,7 +65,7 @@ class Phone: Profile #if HAS_URLDISPATCHER - UrlDispatch.send ("settings:///system/bluetooth"); + LomiriUrlDispatch.send ("settings:///system/bluetooth"); #endif -- cgit v1.2.3