# HG changeset patch # User Daniel Atallah # Date 1193287381 0 # Node ID ed4c4eecad90bbb8b13055488cd148b988eb8877 # Parent 77e0fa7c5bddbf7acb0a1c86192dea33b3282534 Note that imhtml->clipboard[text|html]_string are deprecated. diff -r 77e0fa7c5bdd -r ed4c4eecad90 pidgin/gtkimhtml.h --- 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;