From 70f4bec5aa51a39208981cfe9c2570738a329f2e Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 3 Jan 2003 17:53:32 +0000 Subject: Fixed some build issues. 2003-01-03 Jeffrey Stedfast * mail-display.c: Fixed some build issues. * mail-search.c: Same. * mail-callbacks.c (save_draft_done): Use g_signal_handlers_disconnect_by_func(). (manage_subscriptions): Use a weak_ref instead of connecting to the destroy event. svn path=/trunk/; revision=19224 --- mail/message-tag-followup.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'mail/message-tag-followup.c') diff --git a/mail/message-tag-followup.c b/mail/message-tag-followup.c index 99de43a7c7..e333cc0408 100644 --- a/mail/message-tag-followup.c +++ b/mail/message-tag-followup.c @@ -28,6 +28,16 @@ #include #include +#ifdef GTK_DISABLE_DEPRECATED +/* Gtk2's GtkCombo widget uses the deprecated GtkList widget, so + there's no way to use GtkCombo and still build if + GTK_DISABLE_DEPRECATED is defined. Yay Gtk! */ +#undef GTK_DISABLE_DEPRECATED +#include +#include +#define GTK_ENABLE_DEPRECATED +#endif /* GTK_DISABLE_DEPRECATED */ + #include #include -- cgit