changeset 21010:ed4c4eecad90

Note that imhtml->clipboard[text|html]_string are deprecated.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 25 Oct 2007 04:43:01 +0000
parents 77e0fa7c5bdd
children c41fcc697306
files pidgin/gtkimhtml.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkimhtml.h	Thu Oct 25 04:36:18 2007 +0000
+++ b/pidgin/gtkimhtml.h	Thu Oct 25 04:43:01 2007 +0000
@@ -128,6 +128,7 @@
 		GtkTextTag *link;
 	} edit;
 
+	/* These are not used anymore and should be removed when possible */
 	char *clipboard_text_string;
 	char *clipboard_html_string;