# HG changeset patch # User Richard Laager # Date 1189456004 0 # Node ID 437c320c8d2976b00be4f5ddbdb96ede6b597939 # Parent 93d10000432e1346334ada3d48360239b1b61fbc Change attention_types to get_attention_types so this will compile. diff -r 93d10000432e -r 437c320c8d29 libpurple/server.c --- 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;