--- 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);