--- a/pidgin/plugins/musicmessaging/musicmessaging.c Thu Sep 19 12:26:45 2013 +0530 +++ b/pidgin/plugins/musicmessaging/musicmessaging.c Sat Sep 21 16:41:50 2013 +0530 @@ -145,7 +145,7 @@ MMConversation *mmconv = (MMConversation *)g_list_nth_data(conversations, session); purple_notify_message(plugin_pointer, PURPLE_NOTIFY_MSG_INFO, command, - parameters, NULL, NULL, NULL); + parameters, NULL, NULL, NULL, NULL); if (mmconv->started) { @@ -167,7 +167,7 @@ MMConversation *mmconv = (MMConversation *)g_list_nth_data(conversations, session); purple_notify_message(plugin_pointer, PURPLE_NOTIFY_MSG_INFO, "Session", - "Session Complete", NULL, NULL, NULL); + "Session Complete", NULL, NULL, NULL, NULL); session_end(mmconv); } @@ -431,7 +431,7 @@ { purple_notify_message(plugin_pointer, PURPLE_NOTIFY_MSG_ERROR, _("Music Messaging"), - _("There was a conflict in running the command:"), command, NULL, NULL); + _("There was a conflict in running the command:"), command, NULL, NULL, NULL); } } } @@ -540,7 +540,7 @@ if (!(g_spawn_async (".", args, NULL, 4, NULL, NULL, &(mmconv->pid), &spawn_error))) { purple_notify_error(plugin_pointer, _("Error Running Editor"), - _("The following error has occurred:"), spawn_error->message); + _("The following error has occurred:"), spawn_error->message, NULL); mmconv->started = FALSE; } else