Mercurial > pidgin
changeset 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 | 93d10000432e |
children | eabc8a32b1e4 |
files | libpurple/server.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;