--- 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 ); }