From 77a5d97f7092dc485a0c8d38343f7c5928caa97d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 6 Jun 2008 01:50:42 +0000 Subject: Never undefine DISABLE_DEPRECATED macros in source code. Yes, it will 2008-06-05 Matthew Barnes * mail/message-tag-followup.c: Never undefine DISABLE_DEPRECATED macros in source code. Yes, it will break the build if it's defined. That's the point! svn path=/trunk/; revision=35600 --- mail/ChangeLog | 6 ++++++ mail/message-tag-followup.c | 10 ---------- plugins/exchange-operations/ChangeLog | 5 +++++ plugins/exchange-operations/exchange-permissions-dialog.c | 2 -- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index ded70d8136..11d5c120ca 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2008-06-05 Matthew Barnes + + * message-tag-followup.c: + Never undefine DISABLE_DEPRECATED macros in source code. + Yes, it will break the build if it's defined. That's the point! + 2008-06-02 Jacob Brown ** Fix for bug #529464 diff --git a/mail/message-tag-followup.c b/mail/message-tag-followup.c index db5e23acf6..f321df2bf7 100644 --- a/mail/message-tag-followup.c +++ b/mail/message-tag-followup.c @@ -26,18 +26,8 @@ #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 -#else -#include -#include -#endif /* !GTK_DISABLE_DEPRECATED */ #include #include diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index c89ec9325d..0ff415ce36 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,8 @@ +2008-06-05 Matthew Barnes + + * exchange-permissions-dialog.c: + Here too. + 2008-06-04 Matthew Barnes * exchange-delegates-user.c: diff --git a/plugins/exchange-operations/exchange-permissions-dialog.c b/plugins/exchange-operations/exchange-permissions-dialog.c index d798ce8505..179cc3d62a 100644 --- a/plugins/exchange-operations/exchange-permissions-dialog.c +++ b/plugins/exchange-operations/exchange-permissions-dialog.c @@ -51,8 +51,6 @@ #include #include -#undef GTK_DISABLE_DEPRECATED - struct _ExchangePermissionsDialogPrivate { ExchangeAccount *account; char *base_uri, *folder_path; -- cgit v1.2.3