summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrzej <andrzejr@xfce.org>2017-05-20 13:51:12 +0100
committerAndrzej <andrzejr@xfce.org>2017-05-20 13:51:12 +0100
commit43058c2ce5c9552665a7e76bc3090d8edd695414 (patch)
tree589b082ef54c8eb63b71318ba9cb1482126ee6d9 /plugins
parent15d8d49a7fe18845abf6b1a19afcdc05e35a42dd (diff)
downloadthunar-43058c2ce5c9552665a7e76bc3090d8edd695414.tar.gz
Fixed a compilation error with the newest dev panel API.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/thunar-tpa/thunar-tpa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/thunar-tpa/thunar-tpa.c b/plugins/thunar-tpa/thunar-tpa.c
index aabf8cb8..184237c5 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