diff -r e15d91a77cb3 -r bbcb198650b7 pidgin/gtkdebug.c --- a/pidgin/gtkdebug.c Wed Sep 18 18:24:28 2013 +0200 +++ b/pidgin/gtkdebug.c Sat Sep 21 11:54:03 2013 +0200 @@ -108,7 +108,7 @@ char *tmp; if ((fp = g_fopen(filename, "w+")) == NULL) { - purple_notify_error(win, NULL, _("Unable to open file."), NULL); + purple_notify_error(win, NULL, _("Unable to open file."), NULL, NULL); return; }