--- a/libpurple/plugins/helloworld.c Wed Sep 18 18:24:28 2013 +0200 +++ b/libpurple/plugins/helloworld.c Sat Sep 21 11:54:03 2013 +0200 @@ -60,7 +60,7 @@ { purple_notify_message (helloworld_plugin, PURPLE_NOTIFY_MSG_INFO, "Plugin Actions Test", "This is a plugin actions test :)", NULL, NULL, - NULL); + NULL, NULL); } /* we tell libpurple in the PurplePluginInfo struct to call this function to @@ -93,7 +93,7 @@ { purple_notify_message (plugin, PURPLE_NOTIFY_MSG_INFO, "Hello World!", "This is the Hello World! plugin :)", NULL, NULL, - NULL); + NULL, NULL); helloworld_plugin = plugin; /* assign this here so we have a valid handle later */