This is an automated email from the git hooks/post-receive script.

andrzejr pushed a 
commit to branch 
master
in repository xfce/thunar.

commit 43058c2ce5c9552665a7e76bc3090d8edd695414
Author: Andrzej <andrz...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to