[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 08/25: Fix segfault on preferences close
noreply at xfce.org
noreply at xfce.org
Mon Sep 17 00:14:05 CEST 2018
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 <smd.seandavis at gmail.com>
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.
More information about the Xfce4-commits
mailing list