# HG changeset patch # User Gary Kramlich # Date 1569649950 18000 # Node ID d2958d6e483ef76815a152c91405b8fc6e1d5df1 # Parent 75efe48550fdb03daf5fef6d25bf02c530b38aa7 There's no such thing as a ProtocolBuddy, so renamed to PurpleBuddy diff -r 75efe48550fd -r d2958d6e483e libpurple/protocol.h --- a/libpurple/protocol.h Sat Sep 28 00:51:48 2019 -0500 +++ b/libpurple/protocol.h Sat Sep 28 00:52:30 2019 -0500 @@ -817,7 +817,7 @@ /** * purple_protocol_client_iface_status_text: * @protocol: The #PurpleProtocol instance. - * @buddy: The #ProtocolBuddy instance. + * @buddy: The #PurpleBuddy instance. * * Gets the status text for @buddy. *