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 --- plugins/exchange-operations/ChangeLog | 5 +++++ plugins/exchange-operations/exchange-permissions-dialog.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'plugins') 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