Merge lp:~ken-vandine/indicator-me/no_shutdown_icon into lp:indicator-me

Proposed by Ken VanDine
Status: Merged
Merged at revision: not available
Proposed branch: lp:~ken-vandine/indicator-me/no_shutdown_icon
Merge into: lp:indicator-me
Diff against target: 10 lines (+1/-1)
1 file modified
src/me-service.c (+1/-1)
To merge this branch: bzr merge lp:~ken-vandine/indicator-me/no_shutdown_icon
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+17250@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Don't display the system-shutdown-panel icon in indicator-me

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-01-03 05:41:48 +0000
3+++ src/me-service.c 2010-01-12 20:41:10 +0000
4@@ -70,7 +70,7 @@
5 /* STATUS_PROVIDER_STATUS_DND, */ "user-busy",
6 /* STATUS_PROVIDER_STATUS_INVISIBLE, */ "user-invisible",
7 /* STATUS_PROVIDER_STATUS_OFFLINE */ "user-offline",
8- /* STATUS_PROVIDER_STATUS_DISCONNECTED */"system-shutdown-panel"
9+ /* STATUS_PROVIDER_STATUS_DISCONNECTED */"user-offline"
10 };
11
12

Subscribers

People subscribed via source and target branches