[Xfce4-commits] [panel-plugins/xfce4-timer-plugin] 03/22: Fix to work with API-1.0
noreply at xfce.org
noreply at xfce.org
Sat Dec 30 06:16:24 CET 2017
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 panel-plugins/xfce4-timer-plugin.
commit 038401bccd6ac364c6a6a4dc01046e6f65885136
Author: Daniel Muñiz Fontoira <dani at damufo.com>
Date: Thu Jul 27 00:41:36 2017 +0200
Fix to work with API-1.0
---
panel-plugin/xfce4-timer-plugin.desktop.in | 2 +-
panel-plugin/xfcetimer.c | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/xfce4-timer-plugin.desktop.in b/panel-plugin/xfce4-timer-plugin.desktop.in
index a8be6d6..14ced17 100644
--- a/panel-plugin/xfce4-timer-plugin.desktop.in
+++ b/panel-plugin/xfce4-timer-plugin.desktop.in
@@ -7,4 +7,4 @@ Icon=xfce4-timer-plugin
X-XFCE-Module=xfcetimer
X-XFCE-Internal=false
X-XFCE-Unique=false
-X-XFCE-API=2.0
+X-XFCE-API=1.0
diff --git a/panel-plugin/xfcetimer.c b/panel-plugin/xfcetimer.c
index feda14a..3113573 100644
--- a/panel-plugin/xfcetimer.c
+++ b/panel-plugin/xfcetimer.c
@@ -38,7 +38,8 @@
#include <glib/gprintf.h> // for gcc's warning: implicit declaration of function 'g_sprintf'
#include <libxfce4util/libxfce4util.h>
#include <libxfce4ui/libxfce4ui.h>
-#include <libxfce4panel/xfce-panel-plugin.h>
+/*#include <libxfce4panel/xfce-panel-plugin.h>*/
+#include <libxfce4panel/libxfce4panel.h>
#include "xfcetimer.h"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list