diff options
Diffstat (limited to 'pidgin/gtkimhtml.h')
-rw-r--r-- | pidgin/gtkimhtml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/gtkimhtml.h b/pidgin/gtkimhtml.h index 725e71eddd..ef18d99445 100644 --- a/pidgin/gtkimhtml.h +++ b/pidgin/gtkimhtml.h @@ -130,7 +130,7 @@ struct _GtkIMHtml { GtkTextTag *link; } edit; -#ifndef PIDGIN_DISABLE_DEPRECATED +#if !(defined PIDGIN_DISABLE_DEPRECATED) || (defined _PIDGIN_GTKIMHTML_C_) /** @deprecated */ char *clipboard_text_string; /** @deprecated */ |