]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commit
panel-plugin/xfce4-hdaps.c: replace panel_slice_new0 with g_slice_new0.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 8 Feb 2021 00:33:31 +0000 (19:33 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 8 Feb 2021 00:33:31 +0000 (19:33 -0500)
commit1b1046f1a9d4ffab99a9007e5296d02601f4421f
tree5c5cae73b4727ca7d2731b93148deac9c4c14e5d
parentc24aa39126c02c064a25c9774009b97654944dfc
panel-plugin/xfce4-hdaps.c: replace panel_slice_new0 with g_slice_new0.

The panel_slice_new0() macro has apparently been deprecated since
libxfce4panel-4.8, but who knew. Recent versions of glib (now required
by the panel itself) provide the equivalent g_slice_new0().
panel-plugin/xfce4-hdaps.c