diff options
| author | Ted Gould <ted@canonical.com> | 2009-09-17 11:05:10 -0500 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-09-17 11:05:10 -0500 |
| commit | 5c5f9bc777793272dcbc864c424a3e199aaae20d (patch) | |
| tree | fe68ec864c8acd490ca3a2fc88749179958cf710 /src | |
| parent | 87b0c1a3d3507b59f61111325ead15f0c09d93d3 (diff) | |
| parent | f1adf67ab9719ad890186713297054f556b58fd8 (diff) | |
| download | ayatana-indicator-session-5c5f9bc777793272dcbc864c424a3e199aaae20d.tar.gz ayatana-indicator-session-5c5f9bc777793272dcbc864c424a3e199aaae20d.tar.bz2 ayatana-indicator-session-5c5f9bc777793272dcbc864c424a3e199aaae20d.zip | |
Upstream release 0.1.4
Diffstat (limited to 'src')
| -rw-r--r-- | src/status-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status-service.c b/src/status-service.c index fe02dd0..0cb9185 100644 --- a/src/status-service.c +++ b/src/status-service.c @@ -61,7 +61,7 @@ static const gchar * status_strings [STATUS_PROVIDER_STATUS_LAST] = { }; static const gchar * status_icons[STATUS_PROVIDER_STATUS_LAST] = { - /* STATUS_PROVIDER_STATUS_ONLINE, */ "user-online", + /* STATUS_PROVIDER_STATUS_ONLINE, */ "user-available", /* STATUS_PROVIDER_STATUS_AWAY, */ "user-away", /* STATUS_PROVIDER_STATUS_DND, */ "user-busy", /* STATUS_PROVIDER_STATUS_INVISIBLE, */ "user-invisible", |
