[Xfce4-commits] [xfce/thunar] 01/01: Fixed a compilation error with the newest dev panel API.
noreply at xfce.org
noreply at xfce.org
Sat May 20 14:51:20 CEST 2017
This is an automated email from the git hooks/post-receive script.
a n d r z e j r 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 xfce/thunar.
commit 43058c2ce5c9552665a7e76bc3090d8edd695414
Author: Andrzej <andrzejr at xfce.org>
Date: Sat May 20 13:51:12 2017 +0100
Fixed a compilation error with the newest dev panel API.
---
plugins/thunar-tpa/thunar-tpa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/thunar-tpa/thunar-tpa.c b/plugins/thunar-tpa/thunar-tpa.c
index aabf8cb..184237c 100644
--- a/plugins/thunar-tpa/thunar-tpa.c
+++ b/plugins/thunar-tpa/thunar-tpa.c
@@ -257,7 +257,7 @@ thunar_tpa_size_changed (XfcePanelPlugin *panel_plugin,
gtk_widget_set_size_request (GTK_WIDGET (panel_plugin), size, size);
#if LIBXFCE4PANEL_CHECK_VERSION (4,13,0)
- image_size = xfce_panel_plugin_get_icon_size (panel_plugin, GTK_WIDGET (plugin->button));
+ image_size = xfce_panel_plugin_get_icon_size (panel_plugin);
#else
image_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