Merge lp:~macslow/telephony-service/fix-1346838 into lp:telephony-service

Proposed by Mirco Müller
Status: Merged
Approved by: Gustavo Pichorim Boiko
Approved revision: 855
Merged at revision: 870
Proposed branch: lp:~macslow/telephony-service/fix-1346838
Merge into: lp:telephony-service
Diff against target: 13 lines (+3/-0)
1 file modified
approver/approver.cpp (+3/-0)
To merge this branch: bzr merge lp:~macslow/telephony-service/fix-1346838
Reviewer Review Type Date Requested Status
Gustavo Pichorim Boiko (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+227744@code.launchpad.net

This proposal supersedes a proposal from 2014-07-22.

Commit message

Added the use of the symbolic icon for the incoming-call as the secondary icon as requested by Design.

Description of the change

Added the use of the symbolic icon for the incoming-call as the secondary icon as requested by Design.

For this to work correctly lp:~macslow/unity-notifications/fix-1346394 needs to be merged into lp:unity-notifications trunk first. Without this it will not crash or severely fail otherwise, the secondary icon will just not show up.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote : Posted in a previous version of this proposal
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
855. By Mirco Müller

Merged with trunk

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (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.
No, but not related to the changes.

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

Code looks good!

review: Approve

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 2014-07-07 19:18:18 +0000
3+++ approver/approver.cpp 2014-08-05 13:18:32 +0000
4@@ -284,6 +284,9 @@
5 notify_notification_set_hint_string(notification,
6 "x-canonical-private-button-tint",
7 "true");
8+ notify_notification_set_hint_string(notification,
9+ "x-canonical-secondary-icon",
10+ "incoming-call");
11
12 QString acceptTitle = CallManager::instance()->hasCalls() ? C::gettext("Hold + Answer") :
13 C::gettext("Accept");

Subscribers

People subscribed via source and target branches