aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-06-06 09:50:42 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-06-06 09:50:42 +0800
commit77a5d97f7092dc485a0c8d38343f7c5928caa97d (patch)
tree4ed9016f4b46335205e16228a81cb019b209dd04 /plugins
parent7c1158d5451e080e8d6cfb602c1dde0b2ca4229c (diff)
downloadgsoc2013-evolution-77a5d97f7092dc485a0c8d38343f7c5928caa97d.tar
gsoc2013-evolution-77a5d97f7092dc485a0c8d38343f7c5928caa97d.tar.gz
gsoc2013-evolution-77a5d97f7092dc485a0c8d38343f7c5928caa97d.tar.bz2
gsoc2013-evolution-77a5d97f7092dc485a0c8d38343f7c5928caa97d.tar.lz
gsoc2013-evolution-77a5d97f7092dc485a0c8d38343f7c5928caa97d.tar.xz
gsoc2013-evolution-77a5d97f7092dc485a0c8d38343f7c5928caa97d.tar.zst
gsoc2013-evolution-77a5d97f7092dc485a0c8d38343f7c5928caa97d.zip
Never undefine DISABLE_DEPRECATED macros in source code. Yes, it will
2008-06-05 Matthew Barnes <mbarnes@redhat.com> * 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
Diffstat (limited to 'plugins')
-rw-r--r--plugins/exchange-operations/ChangeLog5
-rw-r--r--plugins/exchange-operations/exchange-permissions-dialog.c2
2 files changed, 5 insertions, 2 deletions
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 <mbarnes@redhat.com>
+
+ * exchange-permissions-dialog.c:
+ Here too.
+
2008-06-04 Matthew Barnes <mbarnes@redhat.com>
* 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 <gtk/gtktreeview.h>
#include <gtk/gtk.h>
-#undef GTK_DISABLE_DEPRECATED
-
struct _ExchangePermissionsDialogPrivate {
ExchangeAccount *account;
char *base_uri, *folder_path;