aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-06-04 18:37:22 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-06-04 18:37:22 +0800
commitc1b28e2e05ac1790af041a6cb3cfdc4011baa002 (patch)
treeaa382f2ca7942230f4b3e332b80003564375535e
parentdc11e097f7fe7c4ce93756dfae34bd5f0e72fd1c (diff)
downloadgsoc2013-evolution-c1b28e2e05ac1790af041a6cb3cfdc4011baa002.tar
gsoc2013-evolution-c1b28e2e05ac1790af041a6cb3cfdc4011baa002.tar.gz
gsoc2013-evolution-c1b28e2e05ac1790af041a6cb3cfdc4011baa002.tar.bz2
gsoc2013-evolution-c1b28e2e05ac1790af041a6cb3cfdc4011baa002.tar.lz
gsoc2013-evolution-c1b28e2e05ac1790af041a6cb3cfdc4011baa002.tar.xz
gsoc2013-evolution-c1b28e2e05ac1790af041a6cb3cfdc4011baa002.tar.zst
gsoc2013-evolution-c1b28e2e05ac1790af041a6cb3cfdc4011baa002.zip
Don't undef DISABLE_DEPRECATED macros in source code. That's just evil.
2008-06-04 Matthew Barnes <mbarnes@redhat.com> * plugins/exchange-operations/exchange-delegates-user.c: Don't undef DISABLE_DEPRECATED macros in source code. That's just evil. svn path=/trunk/; revision=35593
-rw-r--r--plugins/exchange-operations/ChangeLog6
-rw-r--r--plugins/exchange-operations/exchange-delegates-user.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index eb9546fa23..c89ec9325d 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-04 Matthew Barnes <mbarnes@redhat.com>
+
+ * exchange-delegates-user.c:
+ Don't undef DISABLE_DEPRECATED macros in source code.
+ That's just evil.
+
2008-06-02 Jacob Brown <jeblinux@gmail.com>
** Fix for bug #529464
diff --git a/plugins/exchange-operations/exchange-delegates-user.c b/plugins/exchange-operations/exchange-delegates-user.c
index 3b4ce955e0..ef82d388ab 100644
--- a/plugins/exchange-operations/exchange-delegates-user.c
+++ b/plugins/exchange-operations/exchange-delegates-user.c
@@ -51,7 +51,6 @@
#include <gtk/gtkstock.h>
#include <gtk/gtktogglebutton.h>
-#undef GTK_DISABLE_DEPRECATED
#include <gtk/gtkoptionmenu.h>
#include <glib.h>