This is an automated email from the git hooks/post-receive script. s k u n n y k 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-sample-plugin.
commit bc8b29d0e0de785fb31c52a6b7d7724d1a12fcbc Author: Romain Bouvier <skun...@alteroot.org> Date: Sat Nov 16 20:02:59 2019 +0100 Fix build with panel 4.15+ - We should have used libxfce4panel.h since ages --- panel-plugin/sample-dialogs.c | 6 +++--- panel-plugin/sample.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/panel-plugin/sample-dialogs.c b/panel-plugin/sample-dialogs.c index e7dc02b..fea73d7 100644 --- a/panel-plugin/sample-dialogs.c +++ b/panel-plugin/sample-dialogs.c @@ -1,6 +1,6 @@ /* $Id$ * - * Copyright (C) 2012 John Doo <j...@foo.org> + * Copyright (C) 2019 John Doo <j...@foo.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ #include <gtk/gtk.h> #include <libxfce4ui/libxfce4ui.h> -#include <libxfce4panel/xfce-panel-plugin.h> +#include <libxfce4panel/libxfce4panel.h> #include "sample.h" #include "sample-dialogs.h" @@ -126,7 +126,7 @@ sample_about (XfcePanelPlugin *plugin) "program-name", PACKAGE_NAME, "comments", _("This is a sample plugin"), "website", PLUGIN_WEBSITE, - "copyright", _("Copyright \xc2\xa9 2006-2017 Xfce Dev\n"), + "copyright", _("Copyright \xc2\xa9 2006-2019 Xfce Dev\n"), "authors", auth, NULL); diff --git a/panel-plugin/sample.c b/panel-plugin/sample.c index a157ecc..97a0cc6 100644 --- a/panel-plugin/sample.c +++ b/panel-plugin/sample.c @@ -1,6 +1,6 @@ /* $Id$ * - * Copyright (C) 2012 John Doo <j...@foo.org> + * Copyright (C) 2019 John Doo <j...@foo.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ #include <gtk/gtk.h> #include <libxfce4util/libxfce4util.h> -#include <libxfce4panel/xfce-panel-plugin.h> +#include <libxfce4panel/libxfce4panel.h> #include "sample.h" #include "sample-dialogs.h" -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list Xfce4-commits@xfce.org https://mail.xfce.org/mailman/listinfo/xfce4-commits