This is an automated email from the git hooks/post-receive script. b l u e s a b 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 5f63ce71e9cc2e255bff1df6b667de7c94b4bd54 Author: Sean Davis <[email protected]> Date: Sun Sep 9 20:57:53 2018 -0400 Fix segfault on preferences close --- panel-plugin/weather.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c index d28b761..43c5680 100644 --- a/panel-plugin/weather.c +++ b/panel-plugin/weather.c @@ -1655,8 +1655,6 @@ xfceweather_create_options(XfcePanelPlugin *plugin, gtk_widget_show_all (GTK_WIDGET (dlg)); response = gtk_dialog_run(GTK_DIALOG (dlg)); xfceweather_dialog_response(dlg, response, dialog); - } { - g_warning ("%s", error->message); } } -- 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
