aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-tag-followup.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-tag-followup.c')
-rw-r--r--mail/message-tag-followup.c10
1 files changed, 10 insertions, 0 deletions
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 <stdlib.h>
#include <string.h>
+#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 <gtk/gtkcombo.h>
+#include <gtk/gtklist.h>
+#define GTK_ENABLE_DEPRECATED
+#endif /* GTK_DISABLE_DEPRECATED */
+
#include <glade/glade.h>
#include <libgnomeui/gnome-window-icon.h>