Merge lp://staging/~osomon/dialer-app/handle-slashless-urls into lp://staging/dialer-app
Proposed by
Olivier Tilloy
Status: | Merged | ||||||||
---|---|---|---|---|---|---|---|---|---|
Approved by: | Gustavo Pichorim Boiko | ||||||||
Approved revision: | 305 | ||||||||
Merged at revision: | 306 | ||||||||
Proposed branch: | lp://staging/~osomon/dialer-app/handle-slashless-urls | ||||||||
Merge into: | lp://staging/dialer-app | ||||||||
Diff against target: |
29 lines (+7/-5) 1 file modified
src/dialerapplication.cpp (+7/-5) |
||||||||
To merge this branch: | bzr merge lp://staging/~osomon/dialer-app/handle-slashless-urls | ||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gustavo Pichorim Boiko (community) | Approve | ||
Review via email: mp+239597@code.staging.launchpad.net |
Commit message
Also handle URLs of the form "tel:+1234567890", i.e. without slashes (those are common on web pages).
To post a comment you must log in.
Note: url-dispatcher currently doesn’t accept this type of URLs, but it will be patched to do so.