Merge lp:~mterry/dialer-app/dispatcher-typo into lp:dialer-app

Proposed by Michael Terry
Status: Merged
Approved by: Bill Filler
Approved revision: 557
Merged at revision: 560
Proposed branch: lp:~mterry/dialer-app/dispatcher-typo
Merge into: lp:dialer-app
Diff against target: 12 lines (+1/-1)
1 file modified
src/dialer-app.url-dispatcher (+1/-1)
To merge this branch: bzr merge lp:~mterry/dialer-app/dispatcher-typo
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+310361@code.launchpad.net

Commit message

Fix a typo in the dispatch-url registration.

Description of the change

Fix a typo in the dispatch-url registration.

This doesn't seem to affect vivid, but does affect xenial+. I think our json parser got stricter.

You can test with url-dispatcher-dump.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/dialer-app.url-dispatcher'
2--- src/dialer-app.url-dispatcher 2014-06-19 21:00:31 +0000
3+++ src/dialer-app.url-dispatcher 2016-11-08 20:10:27 +0000
4@@ -1,7 +1,7 @@
5 [
6 {
7 "protocol": "tel"
8- }
9+ },
10 {
11 "protocol": "dialer"
12 }

Subscribers

People subscribed via source and target branches