changeset 19860:9a6d429d7aed

Added hints to gtklog.c
author Gabriel Schulhof <nix@go-nix.ca>
date Thu, 16 Aug 2007 21:17:59 +0000
parents c7d4470de3d2
children 5f857c5e2d72
files pidgin/gtklog.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);