[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Allow compilation with panel 4.15

noreply at xfce.org noreply at xfce.org
Fri Oct 4 05:52:17 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 apps/xfce4-notifyd.

commit 18788d24379ea0107dae94efc93771aa436acb18
Author: Andre Miranda <andreldm at xfce.org>
Date:   Fri Oct 4 00:51:35 2019 -0300

    Allow compilation with panel 4.15
---
 panel-plugin/notification-plugin-dialogs.c | 2 +-
 panel-plugin/notification-plugin-log.c     | 2 +-
 panel-plugin/notification-plugin.c         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/panel-plugin/notification-plugin-dialogs.c b/panel-plugin/notification-plugin-dialogs.c
index db0786d..5d72657 100644
--- a/panel-plugin/notification-plugin-dialogs.c
+++ b/panel-plugin/notification-plugin-dialogs.c
@@ -26,7 +26,7 @@
 
 #include <xfconf/xfconf.h>
 #include <libxfce4ui/libxfce4ui.h>
-#include <libxfce4panel/xfce-panel-plugin.h>
+#include <libxfce4panel/libxfce4panel.h>
 
 #include "notification-plugin.h"
 #include "notification-plugin-log.h"
diff --git a/panel-plugin/notification-plugin-log.c b/panel-plugin/notification-plugin-log.c
index b0e5bf9..4f03ba3 100644
--- a/panel-plugin/notification-plugin-log.c
+++ b/panel-plugin/notification-plugin-log.c
@@ -32,7 +32,7 @@
 #include <gtk/gtk.h>
 #include <xfconf/xfconf.h>
 #include <libxfce4util/libxfce4util.h>
-#include <libxfce4panel/xfce-panel-plugin.h>
+#include <libxfce4panel/libxfce4panel.h>
 
 #include <common/xfce-notify-log.h>
 
diff --git a/panel-plugin/notification-plugin.c b/panel-plugin/notification-plugin.c
index c699db8..0572de2 100644
--- a/panel-plugin/notification-plugin.c
+++ b/panel-plugin/notification-plugin.c
@@ -27,7 +27,7 @@
 #include <gtk/gtk.h>
 #include <xfconf/xfconf.h>
 #include <libxfce4util/libxfce4util.h>
-#include <libxfce4panel/xfce-panel-plugin.h>
+#include <libxfce4panel/libxfce4panel.h>
 
 #include "notification-plugin.h"
 #include "notification-plugin-log.h"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list