im.pidgin.pidgin: f31949382773a6946292ef29f357e0aa8cef4e19
datallah at pidgin.im
datallah at pidgin.im
Mon Oct 29 22:40:35 EDT 2007
-----------------------------------------------------------------
Revision: f31949382773a6946292ef29f357e0aa8cef4e19
Ancestor: 521d648043f975e8b79393043d0a0840b8f722c4
Author: datallah at pidgin.im
Date: 2007-10-30T02:33:18
Branch: im.pidgin.pidgin
Modified files:
pidgin/gtkimhtml.h
ChangeLog:
Mark the unused GtkIMHtml fields as deprecated.
-------------- next part --------------
============================================================
--- pidgin/gtkimhtml.h 69d9bf981e2ef757cbf8c338c2c798c6ff6dd31c
+++ pidgin/gtkimhtml.h 0684d9edaff390fb68c15e7ad3577fa3aab1e278
@@ -128,9 +128,15 @@ struct _GtkIMHtml {
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;
More information about the Commits
mailing list