diff options
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 |