# HG changeset patch # User Gabriel Schulhof # Date 1187299079 0 # Node ID 9a6d429d7aedb43d693595b671445ef5df2f12ec # Parent c7d4470de3d21d88cc184baa65f56e65ca96c5de Added hints to gtklog.c diff -r c7d4470de3d2 -r 9a6d429d7aed pidgin/gtklog.c --- a/pidgin/gtklog.c Thu Aug 16 21:13:31 2007 +0000 +++ b/pidgin/gtklog.c Thu Aug 16 21:17:59 2007 +0000 @@ -322,7 +322,8 @@ data2[2] = log; purple_request_action(lv, NULL, "Delete Log?", tmp, 0, NULL, NULL, NULL, - data2, 2, + /* "conversation" could be replaced with something Pidgin-specific */ + "conversation", data2, 2, _("Delete"), delete_log_cb, _("Cancel"), delete_log_cleanup_cb); g_free(tmp);