Merge lp:~thomas-voss/location-service/fix-service-path into lp:location-service

Proposed by Thomas Voß
Status: Merged
Merged at revision: 272
Proposed branch: lp:~thomas-voss/location-service/fix-service-path
Merge into: lp:location-service
Diff against target: 11 lines (+1/-1)
1 file modified
src/location/dbus/service.h (+1/-1)
To merge this branch: bzr merge lp:~thomas-voss/location-service/fix-service-path
Reviewer Review Type Date Requested Status
Simon Fels (community) Approve
Thomas Voß Pending
Review via email: mp+304358@code.launchpad.net

Commit message

Fix default path on bus.

Description of the change

Fix default path on bus.

To post a comment you must log in.
Revision history for this message
Simon Fels (morphis) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/location/dbus/service.h'
2--- src/location/dbus/service.h 2016-07-13 14:06:18 +0000
3+++ src/location/dbus/service.h 2016-08-30 10:54:31 +0000
4@@ -32,7 +32,7 @@
5 {
6 inline static const std::string& path()
7 {
8- static const std::string s{"/location/Service"};
9+ static const std::string s{"/com/ubuntu/location/Service"};
10 return s;
11 }
12

Subscribers

People subscribed via source and target branches

to all changes: