--- a/libpurple/plugins/helloworld.c Sat Oct 26 04:38:34 2013 +0530 +++ b/libpurple/plugins/helloworld.c Mon Oct 28 00:02:17 2013 +0530 @@ -83,7 +83,7 @@ "authors", authors, "website", "http://helloworld.tld", "abi-version", PURPLE_ABI_VERSION, - "get-actions", plugin_actions, /* this tells libpurple the address of the function to call to get the list + "actions-cb", plugin_actions, /* this tells libpurple the address of the function to call to get the list of plugin actions. */ NULL );