[Xfce4-commits] [xfce/thunar] 01/01: Allow compilation with panel 4.15
noreply at xfce.org
noreply at xfce.org
Mon Nov 4 00:03:55 CET 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/thunar.
commit 48854b68c740a13706ed1e7c9d4fdc20ed9285a0
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Nov 3 20:03:23 2019 -0300
Allow compilation with panel 4.15
---
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 73a53eb..baff39a 100644
--- a/plugins/thunar-tpa/thunar-tpa.c
+++ b/plugins/thunar-tpa/thunar-tpa.c
@@ -156,7 +156,7 @@ thunar_tpa_init (ThunarTpa *plugin)
GError *error = NULL;
/* setup the button for the trash plugin */
- plugin->button = xfce_create_panel_button ();
+ plugin->button = xfce_panel_create_button ();
xfce_panel_plugin_add_action_widget (XFCE_PANEL_PLUGIN (plugin), plugin->button);
gtk_drag_dest_set (plugin->button, GTK_DEST_DEFAULT_ALL, drop_targets, G_N_ELEMENTS (drop_targets), GDK_ACTION_MOVE);
g_signal_connect_swapped (G_OBJECT (plugin->button), "clicked", G_CALLBACK (thunar_tpa_display_trash), plugin);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list