diff options
Diffstat (limited to 'src/phone.vala')
-rw-r--r-- | src/phone.vala | 2 |
1 files changed, 1 insertions, 1 deletions
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 |