[Xfce4-commits] [panel-plugins/xfce4-mpc-plugin] 01/01: oopsie, use correct version
noreply at xfce.org
noreply at xfce.org
Fri Dec 7 21:08:45 CET 2018
This is an automated email from the git hooks/post-receive script.
l a n d r y 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 panel-plugins/xfce4-mpc-plugin.
commit 4a62cf30cd499f5a3cfc53b8e2b98e4c7c2685bf
Author: Landry Breuil <landry at xfce.org>
Date: Fri Dec 7 21:08:35 2018 +0100
oopsie, use correct version
---
panel-plugin/xfce4-mpc-plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/xfce4-mpc-plugin.c b/panel-plugin/xfce4-mpc-plugin.c
index 527dd5f..07bbd27 100644
--- a/panel-plugin/xfce4-mpc-plugin.c
+++ b/panel-plugin/xfce4-mpc-plugin.c
@@ -67,7 +67,7 @@ mpc_set_size (XfcePanelPlugin * plugin, int size, t_mpc * mpc)
size /= xfce_panel_plugin_get_nrows (plugin);
gtk_container_set_border_width (GTK_CONTAINER (mpc->frame), border_width);
size -= 2 * border_width;
-#if LIBXFCE4PANEL_CHECK_VERSION (4,15,0)
+#if LIBXFCE4PANEL_CHECK_VERSION (4,13,0)
icon_size = xfce_panel_plugin_get_icon_size(plugin);
#else
icon_size = size / 2;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list