diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-02-03 10:47:19 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-02-03 10:53:04 +0100 |
commit | a0a8973de115d91f5318ec0bf3b5856e0aeda20f (patch) | |
tree | 89f1c48d1966a1de86063c53d8ae677b872f607b /src | |
parent | 8d6ed865df14b732a9be38b37322c3e82416849b (diff) | |
download | ayatana-indicator-bluetooth-a0a8973de115d91f5318ec0bf3b5856e0aeda20f.tar.gz ayatana-indicator-bluetooth-a0a8973de115d91f5318ec0bf3b5856e0aeda20f.tar.bz2 ayatana-indicator-bluetooth-a0a8973de115d91f5318ec0bf3b5856e0aeda20f.zip |
Finalize incomplete switch to Lomiri URL Dispatcher.
Diffstat (limited to 'src')
-rw-r--r-- | src/desktop.vala | 2 | ||||
-rw-r--r-- | src/phone.vala | 2 |
2 files changed, 2 insertions, 2 deletions
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 |