Updating branch refs/heads/master
         to 5d28d6f0337fa56d761f6e5e945a361725dd1877 (commit)
       from f65a606fbbb8efc714ace78b61a09cf68fe9dc98 (commit)

commit 5d28d6f0337fa56d761f6e5e945a361725dd1877
Author: Jannis Pohlmann <[email protected]>
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); \
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to