[Xfce4-commits] [apps/xfce4-notifyd] 01/01: panel-plugin: Replace another deprecated panel call
noreply at xfce.org
noreply at xfce.org
Mon Sep 30 10:19:51 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 06b4256c5fc2967212f142f2d3538905bbe651e0
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Mon Sep 30 10:19:26 2019 +0200
panel-plugin: Replace another deprecated panel 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 2c12821..c699db8 100644
--- a/panel-plugin/notification-plugin.c
+++ b/panel-plugin/notification-plugin.c
@@ -271,7 +271,7 @@ notification_plugin_free (XfcePanelPlugin *plugin,
g_source_remove (notification_plugin->menu_size_allocate_next_handler);
/* free the plugin structure */
- panel_slice_free (NotificationPlugin, notification_plugin);
+ g_slice_free (NotificationPlugin, notification_plugin);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list