[Xfce4-commits] <xfce4-netload-plugin:master> Fix include path for libxfce4panel

Mike Massonnet noreply at xfce.org
Sun Jan 8 15:34:03 CET 2012


Updating branch refs/heads/master
         to a6733f8e823cac1bce0142e6ac685028cb825e75 (commit)
       from 73b342b34ce48a5e8068149375ab45b057841b5f (commit)

commit a6733f8e823cac1bce0142e6ac685028cb825e75
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Sun Jan 8 14:18:00 2012 +0100

    Fix include path for libxfce4panel

 panel-plugin/netload.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/netload.c b/panel-plugin/netload.c
index fc75cdd..a725539 100644
--- a/panel-plugin/netload.c
+++ b/panel-plugin/netload.c
@@ -31,7 +31,7 @@
 
 #include <libxfce4util/libxfce4util.h>
 #include <libxfce4ui/libxfce4ui.h>
-#include <libxfce4panel/xfce-panel-plugin.h>
+#include <libxfce4panel/libxfce4panel.h>
 
 
 #define BORDER 8


More information about the Xfce4-commits mailing list