[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 01/01: Adapt to a panel API change
noreply at xfce.org
noreply at xfce.org
Sun Mar 19 21:49:33 CET 2017
This is an automated email from the git hooks/post-receive script.
andrzejr pushed a commit to branch master
in repository panel-plugins/xfce4-pulseaudio-plugin.
commit 77639806914803f42bc87ef8b72688967ee43db6
Author: Andrzej <ndrwrdck at gmail.com>
Date: Sun Mar 19 20:49:19 2017 +0000
Adapt to a panel API change
---
panel-plugin/pulseaudio-plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/pulseaudio-plugin.c b/panel-plugin/pulseaudio-plugin.c
index f6e22a8..20d827a 100644
--- a/panel-plugin/pulseaudio-plugin.c
+++ b/panel-plugin/pulseaudio-plugin.c
@@ -242,7 +242,7 @@ pulseaudio_plugin_size_changed (XfcePanelPlugin *plugin,
/* The plugin only occupies a single row */
size /= xfce_panel_plugin_get_nrows (plugin);
#if LIBXFCE4PANEL_CHECK_VERSION (4,13,0)
- icon_size = xfce_panel_plugin_get_icon_size (plugin, GTK_WIDGET (pulseaudio_plugin->button));
+ icon_size = xfce_panel_plugin_get_icon_size (plugin);
#else
icon_size = size - 2; // fall-back for older panel versions
#endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list