pidgin/gtkstatusbox.c

branch
soc.2013.gobjectification.plugins
changeset 36701
5acd461707ae
parent 36637
9b0109ae118d
parent 34940
c0aef3b64c56
child 36950
5dbe8b930aef
--- a/pidgin/gtkstatusbox.c	Sun Sep 08 12:06:44 2013 +0530
+++ b/pidgin/gtkstatusbox.c	Thu Sep 12 19:55:22 2013 +0530
@@ -1601,7 +1601,7 @@
 	msg = g_strdup_printf(_("Are you sure you want to delete %s?"), purple_savedstatus_get_title(saved));
 
 	purple_request_action(saved, NULL, msg, NULL, 0,
-		NULL, NULL, NULL,
+		NULL,
 		data, 2,
 		_("Delete"), tree_view_delete_current_selection_cb,
 		_("Cancel"), NULL);

mercurial