GNOME Bugzilla – Bug 556776
clock weather display doesn't recover quickly from partial network connectivity
Last modified: 2008-10-20 15:57:21 UTC
If you connect to a wifi hotspot that requires authentication (or just acceptance of terms-of-service), NM will consider you to be connected to the network, but attempting to refresh the weather data in the clock will fail because, really, you aren't. downstream: https://bugzilla.redhat.com/show_bug.cgi?id=448103
Created attachment 120802 [details] [review] patch I've added a new method to WeatherInfo in libgweather to distinguish "couldn't load weather info because that code is invalid" from "couldn't load weather info because of a network problem", and this patch makes the clock applet check for the latter condition, and retry sooner in the case of a network failure.
Looks good. Just remove the g_warning(). They look more like debug stuff than real warnings :-)
oops, those weren't supposed to have been in the patch. committed