[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Allow compilation with panel 4.15
noreply at xfce.org
noreply at xfce.org
Fri Oct 4 05:54:55 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-power-manager.
commit da4ff1ea169d14cd781fde4e147e40982153e62e
Author: Andre Miranda <andreldm at xfce.org>
Date: Fri Oct 4 00:54:36 2019 -0300
Allow compilation with panel 4.15
---
panel-plugins/power-manager-plugin/power-manager-button.h | 2 +-
panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/panel-plugins/power-manager-plugin/power-manager-button.h b/panel-plugins/power-manager-plugin/power-manager-button.h
index 6ba0df0..810295c 100644
--- a/panel-plugins/power-manager-plugin/power-manager-button.h
+++ b/panel-plugins/power-manager-plugin/power-manager-button.h
@@ -24,7 +24,7 @@
#include <glib-object.h>
#include <gtk/gtk.h>
#ifdef XFCE_PLUGIN
-#include <libxfce4panel/xfce-panel-plugin.h>
+#include <libxfce4panel/libxfce4panel.h>
#endif
G_BEGIN_DECLS
diff --git a/panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c b/panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c
index 85c2982..acad28b 100644
--- a/panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c
+++ b/panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c
@@ -33,7 +33,6 @@
#ifdef XFCE_PLUGIN
#include <libxfce4panel/libxfce4panel.h>
-#include <libxfce4panel/xfce-panel-plugin.h>
#include <libxfce4ui/libxfce4ui.h>
#include <libxfce4util/libxfce4util.h>
#include <xfconf/xfconf.h>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list