[Xfce4-commits] <xfce4-panel:devel> Enable XFCE_DISABLE_DEPRECATED again.

Nick Schermer nick at xfce.org
Tue Aug 11 20:32:31 CEST 2009


Updating branch refs/heads/devel
         to 93e6c4feb5572d846c5035408abf0d5041dfaf46 (commit)
       from 37b04b103bb7c56272defbb69fa786b290d641f3 (commit)

commit 93e6c4feb5572d846c5035408abf0d5041dfaf46
Author: Nick Schermer <nick at xfce.org>
Date:   Sun May 24 15:50:59 2009 +0200

    Enable XFCE_DISABLE_DEPRECATED again.

 libxfce4panel/xfce-panel-macros.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libxfce4panel/xfce-panel-macros.h b/libxfce4panel/xfce-panel-macros.h
index 84482c2..9d8a5ee 100644
--- a/libxfce4panel/xfce-panel-macros.h
+++ b/libxfce4panel/xfce-panel-macros.h
@@ -66,7 +66,7 @@ G_BEGIN_DECLS
 #endif
 
 /* make api compatible with 4.4 panel */
-/* #ifndef XFCE_DISABLE_DEPRECATED */
+#ifndef XFCE_DISABLE_DEPRECATED
 
 /* panel plugin functio for the id, probably not used by anyone */
 #define xfce_panel_plugin_get_id(plugin) (g_strdup_printf ("%d", \
@@ -105,7 +105,7 @@ G_BEGIN_DECLS
 #define _panel_return_if_fail(expr)          panel_return_if_fail (expr)
 #define _panel_return_val_if_fail(expr, val) panel_return_val_if_fail (expr, (val))
 
-/* #endif *//* !XFCE_DISABLE_DEPRECATED */
+#endif /* !XFCE_DISABLE_DEPRECATED */
 
 G_END_DECLS
 



More information about the Xfce4-commits mailing list