pidgin/gtkxfer.c

branch
soc.2013.gobjectification
changeset 34977
42e9e59fbf0f
parent 34955
854143116575
child 35079
4fb1914491f1
child 36838
9dd39a792240
--- a/pidgin/gtkxfer.c	Sun Sep 29 16:33:41 2013 +0530
+++ b/pidgin/gtkxfer.c	Sun Sep 29 16:48:49 2013 +0530
@@ -471,12 +471,13 @@
 	if (code == SE_ERR_ASSOCINCOMPLETE || code == SE_ERR_NOASSOC)
 	{
 		purple_notify_error(dialog, 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(dialog, NULL,
-				_("An error occurred while opening the file."), NULL);
+				_("An error occurred while opening the file."), NULL, NULL);
 		purple_debug_warning("ft", "filename: %s; code: %d\n",
 				purple_xfer_get_local_filename(dialog->selected_xfer), code);
 	}

mercurial