[Xfce4-commits] [apps/xfce4-screenshooter] 01/02: Allow compilation with panel 4.15
noreply at xfce.org
noreply at xfce.org
Sun Oct 6 23:19:19 CEST 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 m a s t e r
in repository apps/xfce4-screenshooter.
commit bffe38789e728d7b2aff6300c34e42dda5efda15
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Oct 6 17:23:54 2019 -0300
Allow compilation with panel 4.15
---
panel-plugin/screenshooter-plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/screenshooter-plugin.c b/panel-plugin/screenshooter-plugin.c
index 74dacda..bc57fbf 100644
--- a/panel-plugin/screenshooter-plugin.c
+++ b/panel-plugin/screenshooter-plugin.c
@@ -391,7 +391,7 @@ screenshooter_plugin_construct (XfcePanelPlugin *plugin)
/* Create the panel button */
TRACE ("Create the panel button");
- pd->button = xfce_create_panel_button ();
+ pd->button = xfce_panel_create_button ();
icon_size = get_preferred_icon_size (plugin);
pd->image = gtk_image_new_from_icon_name (SCREENSHOT_ICON_NAME, icon_size);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list