diff options
author | Robert Tari <robert@tari.in> | 2021-02-03 11:47:38 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-02-03 11:47:38 +0100 |
commit | 697f09a14532b503d7d3ef3053ac2d7ce848e82d (patch) | |
tree | 89f1c48d1966a1de86063c53d8ae677b872f607b /src | |
parent | 8d6ed865df14b732a9be38b37322c3e82416849b (diff) | |
parent | a0a8973de115d91f5318ec0bf3b5856e0aeda20f (diff) | |
download | ayatana-indicator-bluetooth-697f09a14532b503d7d3ef3053ac2d7ce848e82d.tar.gz ayatana-indicator-bluetooth-697f09a14532b503d7d3ef3053ac2d7ce848e82d.tar.bz2 ayatana-indicator-bluetooth-697f09a14532b503d7d3ef3053ac2d7ce848e82d.zip |
Merge branch 'sunweaver-pr/finalize-lomiri-url-dispatcher-port'
Attributes GH PR #20: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/20
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 |