[Xfce4-commits] <xfce4-panel:master> Add cast to fix a compile error in external 4.6 plugins.
Jannis Pohlmann
noreply at xfce.org
Wed Sep 1 14:08:01 CEST 2010
Updating branch refs/heads/master
to 5d28d6f0337fa56d761f6e5e945a361725dd1877 (commit)
from f65a606fbbb8efc714ace78b61a09cf68fe9dc98 (commit)
commit 5d28d6f0337fa56d761f6e5e945a361725dd1877
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Wed Sep 1 14:06:03 2010 +0200
Add cast to fix a compile error in external 4.6 plugins.
libxfce4panel/xfce-panel-macros-46.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libxfce4panel/xfce-panel-macros-46.h b/libxfce4panel/xfce-panel-macros-46.h
index d7905c2..fd97159 100644
--- a/libxfce4panel/xfce-panel-macros-46.h
+++ b/libxfce4panel/xfce-panel-macros-46.h
@@ -391,7 +391,7 @@ G_BEGIN_DECLS
\
if (_xpp_debug) \
g_printerr ("xfce4-panel(%s): send provider signal %d\n", \
- xfce_panel_plugin_get_name (xpp), message); \
+ xfce_panel_plugin_get_name (XFCE_PANEL_PLUGIN (xpp)), message); \
\
event.type = GDK_CLIENT_EVENT; \
event.window = gtk_widget_get_window (plug); \
More information about the Xfce4-commits
mailing list