Merge lp:~unity-api-team/indicator-network/fix-3g-icon into lp:indicator-network/14.10

Proposed by Antti Kaijanmäki
Status: Merged
Merged at revision: 330
Proposed branch: lp:~unity-api-team/indicator-network/fix-3g-icon
Merge into: lp:indicator-network/14.10
Diff against target: 12 lines (+1/-1)
1 file modified
network/root-state.cpp (+1/-1)
To merge this branch: bzr merge lp:~unity-api-team/indicator-network/fix-3g-icon
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Thomas Strehl (community) Approve
Review via email: mp+219726@code.launchpad.net

Commit message

Fix 3g icon.

To post a comment you must log in.
Revision history for this message
Thomas Strehl (strehl-t) wrote :

finally proper icon

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:330
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~unity-api-team/indicator-network/fix-3g-icon/+merge/219726/+edit-commit-message

http://jenkins.qa.ubuntu.com/job/indicator-network-ci/133/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/indicator-network-utopic-amd64-ci/7
    SUCCESS: http://jenkins.qa.ubuntu.com/job/indicator-network-utopic-armhf-ci/7
        deb: http://jenkins.qa.ubuntu.com/job/indicator-network-utopic-armhf-ci/7/artifact/work/output/*zip*/output.zip

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/indicator-network-ci/133/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'network/root-state.cpp'
--- network/root-state.cpp 2014-04-24 13:51:31 +0000
+++ network/root-state.cpp 2014-05-15 15:58:19 +0000
@@ -197,7 +197,7 @@
197 m_modemTechIcon = "network-cellular-edge";197 m_modemTechIcon = "network-cellular-edge";
198 break;198 break;
199 case org::ofono::Interface::NetworkRegistration::Technology::umts:199 case org::ofono::Interface::NetworkRegistration::Technology::umts:
200 m_modemTechIcon = "network-cellular-umts";200 m_modemTechIcon = "network-cellular-3g";
201 break;201 break;
202 case org::ofono::Interface::NetworkRegistration::Technology::hspa:202 case org::ofono::Interface::NetworkRegistration::Technology::hspa:
203 m_modemTechIcon = "network-cellular-hspa";203 m_modemTechIcon = "network-cellular-hspa";

Subscribers

People subscribed via source and target branches