libpurple/plugins/helloworld.c

changeset 34449
bbcb198650b7
parent 20288
5ca925a094e2
child 34963
de6836a8b324
child 36782
64936dae41a3
--- 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 */
 

mercurial