Merge lp:~tiagosh/telephony-service/rtm-14.09-fix-1410961 into lp:telephony-service/rtm-14.09

Proposed by Tiago Salem Herrmann
Status: Merged
Approved by: Bill Filler
Approved revision: 925
Merged at revision: 930
Proposed branch: lp:~tiagosh/telephony-service/rtm-14.09-fix-1410961
Merge into: lp:telephony-service/rtm-14.09
Diff against target: 12 lines (+1/-1)
1 file modified
approver/approver.cpp (+1/-1)
To merge this branch: bzr merge lp:~tiagosh/telephony-service/rtm-14.09-fix-1410961
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+246802@code.launchpad.net

Commit message

Invoke liveCallView when answering incoming calls.

Description of the change

Invoke liveCallView when answering incoming calls.

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 'approver/approver.cpp'
2--- approver/approver.cpp 2015-01-13 11:55:50 +0000
3+++ approver/approver.cpp 2015-01-17 02:39:04 +0000
4@@ -316,7 +316,7 @@
5 dispatchOp->handleWith(TELEPHONY_SERVICE_HANDLER);
6
7 // and then launch the dialer-app
8- ApplicationUtils::openUrl(QUrl("application:///dialer-app.desktop"));
9+ ApplicationUtils::openUrl(QUrl("dialer:///?view=liveCall"));
10
11 mDispatchOps.removeAll(dispatchOp);
12 }

Subscribers

People subscribed via source and target branches