pidgin/gtkxfer.c

branch
soc.2013.gobjectification.plugins
changeset 36782
64936dae41a3
parent 36688
e49025233301
parent 34955
854143116575
child 36838
9dd39a792240
--- a/pidgin/gtkxfer.c	Sat Sep 21 01:33:16 2013 +0530
+++ b/pidgin/gtkxfer.c	Sat Sep 21 17:01:08 2013 +0530
@@ -516,7 +516,7 @@
 			tmp = g_strdup_printf(_("Error launching %s: %s"),
 							purple_xfer_get_local_filename(dialog->selected_xfer),
 							error->message);
-			purple_notify_error(dialog, NULL, _("Unable to open file."), tmp);
+			purple_notify_error(dialog, NULL, _("Unable to open file."), tmp, NULL);
 			g_free(tmp);
 			g_error_free(error);
 		}
@@ -525,7 +525,7 @@
 			char *primary = g_strdup_printf(_("Error running %s"), command);
 			char *secondary = g_strdup_printf(_("Process returned error code %d"),
 									exit_status);
-			purple_notify_error(dialog, NULL, primary, secondary);
+			purple_notify_error(dialog, NULL, primary, secondary, NULL);
 			g_free(tmp);
 		}
 	}

mercurial