diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-06-04 18:37:22 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-06-04 18:37:22 +0800 |
commit | c1b28e2e05ac1790af041a6cb3cfdc4011baa002 (patch) | |
tree | aa382f2ca7942230f4b3e332b80003564375535e | |
parent | dc11e097f7fe7c4ce93756dfae34bd5f0e72fd1c (diff) | |
download | gsoc2013-evolution-c1b28e2e05ac1790af041a6cb3cfdc4011baa002.tar.gz 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/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/exchange-operations/exchange-delegates-user.c | 1 |
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> |