libpurple/protocols/mxit/protocol.c

changeset 34449
bbcb198650b7
parent 34287
6cd0c77b1f6a
child 34955
854143116575
--- a/libpurple/protocols/mxit/protocol.c	Wed Sep 18 18:24:28 2013 +0200
+++ b/libpurple/protocols/mxit/protocol.c	Sat Sep 21 11:54:03 2013 +0200
@@ -74,7 +74,7 @@
 void mxit_popup( int type, const char* heading, const char* message )
 {
 	/* (reference: "libpurple/notify.h") */
-	purple_notify_message( NULL, type, _( MXIT_POPUP_WIN_NAME ), heading, message, NULL, NULL );
+	purple_notify_message( NULL, type, _( MXIT_POPUP_WIN_NAME ), heading, message, NULL, NULL, NULL );
 }
 
 

mercurial