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

andre pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-weather-plugin.

commit 9aadcf3108c53fceb77fe99cd037085323cfc140
Author: Andre Miranda <[email protected]>
Date:   Sat Oct 19 18:37:47 2019 -0300

    Fix build with panel 4.15
---
 panel-plugin/weather.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
index 337b76d..be745b3 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -1928,7 +1928,7 @@ xfceweather_create_control(XfcePanelPlugin *plugin)
     data->labels = g_array_new(FALSE, TRUE, sizeof(data_types));
 
     /* create panel toggle button which will contain all other widgets */
-    data->button = xfce_create_panel_toggle_button();
+    data->button = xfce_panel_create_toggle_button();
     gtk_container_add(GTK_CONTAINER(plugin), data->button);
     xfce_panel_plugin_add_action_widget(plugin, data->button);
     gtk_widget_show(data->button);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to