ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #02148
[Branch ~indicator-applet-developers/indicator-me/trunk] Rev 100: switch to using -panel icons inside the menu; thanks mpt
Merge authors:
Matthew Paul Thomas (mpt)
Related merge proposals:
https://code.launchpad.net/~mpt/indicator-me/icon-fixes/+merge/33678
proposed by: Matthew Paul Thomas (mpt)
review: Approve - David Barth (dbarth)
review: Approve - Ted Gould (ted)
------------------------------------------------------------
revno: 100 [merge]
committer: David Barth <david.barth@xxxxxxxxxxxxx>
branch nick: indicator-me
timestamp: Thu 2010-08-26 15:47:52 +0200
message:
switch to using -panel icons inside the menu; thanks mpt
modified:
src/me-service.c
--
lp:indicator-me
https://code.launchpad.net/~indicator-applet-developers/indicator-me/trunk
Your team ayatana-commits is subscribed to branch lp:indicator-me.
To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/indicator-me/trunk/+edit-subscription
=== 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:50:08 +0000
@@ -73,12 +73,12 @@
};
static const gchar * status_icons[STATUS_PROVIDER_STATUS_LAST] = {
- /* STATUS_PROVIDER_STATUS_ONLINE, */ "user-available",
- /* STATUS_PROVIDER_STATUS_AWAY, */ "user-away",
- /* STATUS_PROVIDER_STATUS_DND, */ "user-busy",
- /* STATUS_PROVIDER_STATUS_INVISIBLE, */ "user-invisible",
- /* STATUS_PROVIDER_STATUS_OFFLINE */ "user-offline",
- /* STATUS_PROVIDER_STATUS_DISCONNECTED */"user-offline"
+ /* STATUS_PROVIDER_STATUS_ONLINE, */ "user-available-panel",
+ /* STATUS_PROVIDER_STATUS_AWAY, */ "user-away-panel",
+ /* STATUS_PROVIDER_STATUS_DND, */ "user-busy-panel",
+ /* STATUS_PROVIDER_STATUS_INVISIBLE, */ "user-invisible-panel",
+ /* STATUS_PROVIDER_STATUS_OFFLINE */ "user-offline-panel",
+ /* STATUS_PROVIDER_STATUS_DISCONNECTED */"user-offline-panel"
};
static MeGwibberService * me_gwibber_service = NULL;