pidgin/gtklog.c

changeset 21171
c6934783d152
parent 20702
9548d4fb8c8e
child 21172
97f1a22adfcf
child 21174
8ba833993a11
--- a/pidgin/gtklog.c	Tue Oct 09 18:01:51 2007 +0000
+++ b/pidgin/gtklog.c	Wed Oct 10 22:57:51 2007 +0000
@@ -321,9 +321,9 @@
 	data2[0] = lv->treestore;
 	data2[1] = data[3]; /* iter */
 	data2[2] = log;
-	purple_request_action_with_hint(lv, NULL, "Delete Log?", tmp, 0, 
+	purple_request_action(lv, NULL, "Delete Log?", tmp, 0, 
 						NULL, NULL, NULL,
-						"log_viewer", data2, 2,
+						data2, 2,
 						_("Delete"), delete_log_cb,
 						_("Cancel"), delete_log_cleanup_cb);
 	g_free(tmp);

mercurial