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

Proposed by Ken VanDine
Status: Merged
Approved by: Ted Gould
Approved revision: 134
Merged at revision: 134
Proposed branch: lp:~ken-vandine/indicator-me/let_there_be_online
Merge into: lp:indicator-me
Diff against target: 12 lines (+1/-1)
1 file modified
src/me-service.c (+1/-1)
To merge this branch: bzr merge lp:~ken-vandine/indicator-me/let_there_be_online
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
Indicator Applet Developers Pending
Review via email: mp+51965@code.launchpad.net

Description of the change

Don't disable the status menus for offline, only for disconnected. (LP: #550824)

To post a comment you must log in.
Revision history for this message
Ted Gould (ted) :
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 2011-02-01 14:06:37 +0000
3+++ src/me-service.c 2011-03-02 21:23:03 +0000
4@@ -106,7 +106,7 @@
5 StatusProviderStatus localstatus = status_provider_get_status(status_providers[i]);
6 g_debug ("provider[%d]: %s", i, status_strings[localstatus]);
7
8- if (localstatus >= STATUS_PROVIDER_STATUS_OFFLINE)
9+ if (localstatus > STATUS_PROVIDER_STATUS_OFFLINE)
10 /* offline and disconnected is similar for some providers
11 so it's not meaningful to determine the 'indeterminate' status
12 */

Subscribers

People subscribed via source and target branches