[Xfce4-commits] [apps/xfce4-notifyd] 01/01: panel-plugin: Remove deprecated call

noreply at xfce.org noreply at xfce.org
Mon Sep 30 10:18:12 CEST 2019


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       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 6a9f965be442baeea66fcf39bf23894a1a49690c
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Sep 27 23:51:02 2019 +0200

    panel-plugin: Remove deprecated call
---
 panel-plugin/notification-plugin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/notification-plugin.c b/panel-plugin/notification-plugin.c
index bb62587..2c12821 100644
--- a/panel-plugin/notification-plugin.c
+++ b/panel-plugin/notification-plugin.c
@@ -201,7 +201,7 @@ notification_plugin_new (XfcePanelPlugin *panel_plugin)
   gboolean               state;
 
   /* Allocate memory for the plugin structure */
-  notification_plugin = panel_slice_new0 (NotificationPlugin);
+  notification_plugin = g_slice_new0 (NotificationPlugin);
   notification_plugin->plugin = panel_plugin;
 
   /* Initialize xfconf */

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


More information about the Xfce4-commits mailing list