diff -r d87dfa15aeb7 -r 9dd39a792240 pidgin/gtkutils.c --- a/pidgin/gtkutils.c Sun Sep 29 00:39:36 2013 +0530 +++ b/pidgin/gtkutils.c Sun Sep 29 16:53:02 2013 +0530 @@ -3217,12 +3217,13 @@ 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