Merge lp:~mpt/indicator-me/icon-fixes into lp:indicator-me

Proposed by Matthew Paul Thomas
Status: Merged
Approved by: David Barth
Approved revision: 100
Merged at revision: 100
Proposed branch: lp:~mpt/indicator-me/icon-fixes
Merge into: lp:indicator-me
Diff against target: 22 lines (+6/-6)
1 file modified
src/me-service.c (+6/-6)
To merge this branch: bzr merge lp:~mpt/indicator-me/icon-fixes
Reviewer Review Type Date Requested Status
David Barth Approve
Ted Gould (community) Approve
Review via email: mp+33678@code.launchpad.net

Description of the change

Makes the Me menu use -panel icons.

To post a comment you must log in.
Revision history for this message
Ted Gould (ted) :
review: Approve
Revision history for this message
David Barth (dbarth) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/me-service.c'
2--- src/me-service.c 2010-08-19 17:18:56 +0000
3+++ src/me-service.c 2010-08-25 17:51:59 +0000
4@@ -73,12 +73,12 @@
5 };
6
7 static const gchar * status_icons[STATUS_PROVIDER_STATUS_LAST] = {
8- /* STATUS_PROVIDER_STATUS_ONLINE, */ "user-available",
9- /* STATUS_PROVIDER_STATUS_AWAY, */ "user-away",
10- /* STATUS_PROVIDER_STATUS_DND, */ "user-busy",
11- /* STATUS_PROVIDER_STATUS_INVISIBLE, */ "user-invisible",
12- /* STATUS_PROVIDER_STATUS_OFFLINE */ "user-offline",
13- /* STATUS_PROVIDER_STATUS_DISCONNECTED */"user-offline"
14+ /* STATUS_PROVIDER_STATUS_ONLINE, */ "user-available-panel",
15+ /* STATUS_PROVIDER_STATUS_AWAY, */ "user-away-panel",
16+ /* STATUS_PROVIDER_STATUS_DND, */ "user-busy-panel",
17+ /* STATUS_PROVIDER_STATUS_INVISIBLE, */ "user-invisible-panel",
18+ /* STATUS_PROVIDER_STATUS_OFFLINE */ "user-offline-panel",
19+ /* STATUS_PROVIDER_STATUS_DISCONNECTED */"user-offline-panel"
20 };
21
22 static MeGwibberService * me_gwibber_service = NULL;

Subscribers

People subscribed via source and target branches