libpurple/xmlnode.c

changeset 34449
bbcb198650b7
parent 34304
faf0414a8b51
child 34955
854143116575
--- 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);
 	}

mercurial