--- a/libpurple/xmlnode.c Wed Sep 18 18:24:28 2013 +0200 +++ b/libpurple/xmlnode.c Sat Sep 21 11:54:03 2013 +0200 @@ -886,7 +886,7 @@ msg = g_strdup_printf(_("An error was encountered reading your " "%s. The file has not been loaded, and the old file " "has been renamed to %s~."), description, filename_full); - purple_notify_error(NULL, NULL, title, msg); + purple_notify_error(NULL, NULL, title, msg, NULL); g_free(title); g_free(msg); }