Mercurial > pidgin
diff libpurple/server.c @ 19712:437c320c8d29
Change attention_types to get_attention_types so this will compile.
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 10 Sep 2007 20:26:44 +0000 |
| parents | d3d9e3978d82 |
| children | a359452f9ea2 |
line wrap: on
line diff
--- a/libpurple/server.c Mon Sep 10 20:26:22 2007 +0000 +++ b/libpurple/server.c Mon Sep 10 20:26:44 2007 +0000 @@ -253,7 +253,7 @@ prpl = purple_find_prpl(purple_account_get_protocol_id(account)); /* Lookup the attention type in the protocol's attention_types list, if any. */ - get_attention_types = PURPLE_PLUGIN_PROTOCOL_INFO(prpl)->attention_types; + get_attention_types = PURPLE_PLUGIN_PROTOCOL_INFO(prpl)->get_attention_types; if (get_attention_types) { GList *attention_types;
