[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/01: Fix building against xfce4-panel 4.15.0
noreply at xfce.org
noreply at xfce.org
Mon Oct 21 17:32:15 CEST 2019
This is an automated email from the git hooks/post-receive script.
g o t t c o d 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 panel-plugins/xfce4-whiskermenu-plugin.
commit 4c284a5b266eac041dee9829d54679fac8bd3a00
Author: Michał Górny <mgorny at gentoo.org>
Date: Sun Oct 20 18:31:14 2019 +0200
Fix building against xfce4-panel 4.15.0
Update the include for plugin registration macro.
---
panel-plugin/register-plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/register-plugin.c b/panel-plugin/register-plugin.c
index dee1048..54da492 100644
--- a/panel-plugin/register-plugin.c
+++ b/panel-plugin/register-plugin.c
@@ -15,7 +15,7 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <libxfce4panel/xfce-panel-plugin.h>
+#include <libxfce4panel/libxfce4panel.h>
extern void whiskermenu_construct(XfcePanelPlugin* plugin);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list