diff -r 44d144feda7b -r 601cc9d654ee pidgin/gtklog.c --- a/pidgin/gtklog.c Thu Aug 16 21:17:59 2007 +0000 +++ b/pidgin/gtklog.c Thu Aug 16 21:21:35 2007 +0000 @@ -322,8 +322,7 @@ data2[2] = log; purple_request_action(lv, NULL, "Delete Log?", tmp, 0, NULL, NULL, NULL, - /* "conversation" could be replaced with something Pidgin-specific */ - "conversation", data2, 2, + "pidgin-log", data2, 2, _("Delete"), delete_log_cb, _("Cancel"), delete_log_cleanup_cb); g_free(tmp);