libpurple/plugins/helloworld.c

branch
soc.2013.gobjectification.plugins
changeset 36934
e7268aeb3b89
parent 36909
68cfb4e93457
child 36957
95cfd176b193
--- 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
 	);

mercurial