diff -r 0ed5f4b15283 -r 37a0c111a392 pidgin/gtkutils.c --- a/pidgin/gtkutils.c Sat Nov 23 11:25:42 2013 -0500 +++ b/pidgin/gtkutils.c Sat Nov 23 12:36:02 2013 -0500 @@ -3246,12 +3246,12 @@ if (code == SE_ERR_ASSOCINCOMPLETE || code == SE_ERR_NOASSOC) { purple_notify_error(webview, NULL, - _("There is no application configured to open this type of file."), NULL); + _("There is no application configured to open this type of file."), NULL, NULL); } else if (code < 32) { purple_notify_error(webview, NULL, - _("An error occurred while opening the file."), NULL); + _("An error occurred while opening the file."), NULL, NULL); purple_debug_warning("gtkutils", "filename: %s; code: %d\n", uri, code); } #else