org.guifications.plugins: 2cbc63673869ef19fa1a285eac71dfe8a4e3ee9f
rekkanoryo at guifications.org
rekkanoryo at guifications.org
Sun Dec 9 14:15:06 CST 2007
-----------------------------------------------------------------
Revision: 2cbc63673869ef19fa1a285eac71dfe8a4e3ee9f
Ancestor: e5e996acc20516b926ea03d5693ae430a70130b9
Author: rekkanoryo at guifications.org
Date: 2007-12-09T20:09:46
Branch: org.guifications.plugins
Modified files:
napster/napster.c
ChangeLog:
Napster only used one emblem, which appears not to actually be needed, so
I removed the emblems to silence the compiler warning.
-----------------------------------------------------------------
This revision's diffstat output:
napster.c | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
-------------- next part --------------
============================================================
--- napster/napster.c 7d92e77c60817ee7cc7fc27a9bb1166b8758b4b0
+++ napster/napster.c ab7e28eb7b34ca7e39db20048e405755526e4e8d
@@ -586,14 +586,6 @@ nap_list_icon(PurpleAccount *a, PurpleBu
return "napster";
}
-static void
-nap_list_emblems(PurpleBuddy *b, const char **se, const char **sw,
- const char **nw, const char **ne)
-{
- if(!PURPLE_BUDDY_IS_ONLINE(b))
- *se = "offline";
-}
-
static GList *
nap_status_types(PurpleAccount *account) {
GList *types = NULL;
@@ -645,7 +637,7 @@ static PurplePluginProtocolInfo prpl_inf
NULL, /* protocol_options */
NO_BUDDY_ICONS, /* icon_spec */
nap_list_icon, /* list_icon */
- nap_list_emblems, /* list_emblems */
+ NULL, /* list_emblems */
NULL, /* status_text */
NULL, /* tooltip_text */
nap_status_types, /* status_types */
More information about the Plugins-commits
mailing list