diff options
-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> |