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
=== modified file 'src/me-service.c'
--- src/me-service.c 2010-08-19 17:18:56 +0000
+++ src/me-service.c 2010-08-25 17:51:59 +0000
@@ -73,12 +73,12 @@
73};73};
7474
75static const gchar * status_icons[STATUS_PROVIDER_STATUS_LAST] = {75static const gchar * status_icons[STATUS_PROVIDER_STATUS_LAST] = {
76 /* STATUS_PROVIDER_STATUS_ONLINE, */ "user-available",76 /* STATUS_PROVIDER_STATUS_ONLINE, */ "user-available-panel",
77 /* STATUS_PROVIDER_STATUS_AWAY, */ "user-away",77 /* STATUS_PROVIDER_STATUS_AWAY, */ "user-away-panel",
78 /* STATUS_PROVIDER_STATUS_DND, */ "user-busy",78 /* STATUS_PROVIDER_STATUS_DND, */ "user-busy-panel",
79 /* STATUS_PROVIDER_STATUS_INVISIBLE, */ "user-invisible",79 /* STATUS_PROVIDER_STATUS_INVISIBLE, */ "user-invisible-panel",
80 /* STATUS_PROVIDER_STATUS_OFFLINE */ "user-offline",80 /* STATUS_PROVIDER_STATUS_OFFLINE */ "user-offline-panel",
81 /* STATUS_PROVIDER_STATUS_DISCONNECTED */"user-offline"81 /* STATUS_PROVIDER_STATUS_DISCONNECTED */"user-offline-panel"
82};82};
8383
84static MeGwibberService * me_gwibber_service = NULL;84static MeGwibberService * me_gwibber_service = NULL;

Subscribers

People subscribed via source and target branches