[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 02/02: Fix build with panel 4.15
noreply at xfce.org
noreply at xfce.org
Sat Oct 19 23:38:17 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 panel-plugins/xfce4-weather-plugin.
commit 9aadcf3108c53fceb77fe99cd037085323cfc140
Author: Andre Miranda <andreldm at xfce.org>
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.
More information about the Xfce4-commits
mailing list