# HG changeset patch # User Daniel Atallah # Date 1193711598 0 # Node ID 951194d3110528b0fac4c9c5fcf75048b2354ff4 # Parent e376393e4f354a12aa34bf41651147224e979993 Mark the unused GtkIMHtml fields as deprecated. diff -r e376393e4f35 -r 951194d31105 pidgin/gtkimhtml.h --- a/pidgin/gtkimhtml.h Tue Oct 30 02:31:51 2007 +0000 +++ b/pidgin/gtkimhtml.h Tue Oct 30 02:33:18 2007 +0000 @@ -128,9 +128,15 @@ GtkTextTag *link; } edit; - /* These are not used anymore and should be removed when possible */ +#ifndef PIDGIN_DISABLE_DEPRECATED + /** @deprecated */ char *clipboard_text_string; + /** @deprecated */ char *clipboard_html_string; +#else + char *depr1; + char *depr2; +#endif GSList *im_images; GtkIMHtmlFuncs *funcs;