Merge lp:~tiagosh/telephony-service/recover-mute-state into lp:telephony-service

Proposed by Tiago Salem Herrmann
Status: Merged
Approved by: Gustavo Pichorim Boiko
Approved revision: 854
Merged at revision: 856
Proposed branch: lp:~tiagosh/telephony-service/recover-mute-state
Merge into: lp:telephony-service
Diff against target: 11 lines (+1/-0)
1 file modified
libtelephonyservice/callentry.cpp (+1/-0)
To merge this branch: bzr merge lp:~tiagosh/telephony-service/recover-mute-state
Reviewer Review Type Date Requested Status
Gustavo Pichorim Boiko (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+227998@code.launchpad.net

Commit message

Recover mute state.

Description of the change

Recover mute state.

--Checklist--
Are there any related MPs required for this MP to build/function as expected? Please list.
No

Is your branch in sync with latest trunk (e.g. bzr pull lp:trunk -> no changes)
Yes

Did you perform an exploratory manual test run of your code change and any related functionality on device or emulator?
Yes

Did you successfully run all tests found in your component's Test Plan (https://wiki.ubuntu.com/Process/Merges/TestPlan/telephony-service) on device or emulator?
Yes

If you changed the UI, was the change specified/approved by design?
N/A

If you changed the packaging (debian), did you add a core-dev as a reviewer to this MP?
N/A

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Gustavo Pichorim Boiko (boiko) wrote :

Did you perform an exploratory manual test run of the code change and any related functionality on device or emulator?
Yes

Did CI run pass? If not, please explain why.
Yes

Have you checked that submitter has accurately filled out the submitter checklist and has taken no shortcut?
Yes

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libtelephonyservice/callentry.cpp'
2--- libtelephonyservice/callentry.cpp 2014-03-13 18:07:04 +0000
3+++ libtelephonyservice/callentry.cpp 2014-07-23 21:42:04 +0000
4@@ -120,6 +120,7 @@
5 SIGNAL(localHoldStateChanged(Tp::LocalHoldState,Tp::LocalHoldStateReason)),
6 SIGNAL(heldChanged()));
7
8+ mLocalMuteState = mMuteInterface.property("LocalMuteState") == 1;
9 connect(&mMuteInterface,
10 SIGNAL(MuteStateChanged(uint)),
11 SLOT(onMutedChanged(uint)));

Subscribers

People subscribed via source and target branches