summaryrefslogtreecommitdiff
path: root/libgweather/gweather-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgweather/gweather-info.c')
-rw-r--r--libgweather/gweather-info.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgweather/gweather-info.c b/libgweather/gweather-info.c
index 694f609..d33d390 100644
--- a/libgweather/gweather-info.c
+++ b/libgweather/gweather-info.c
@@ -700,6 +700,11 @@ gweather_info_update (GWeatherInfo *info)
ok = FALSE;
/* Try national forecast services first */
+ if (info->providers & GWEATHER_PROVIDER_NWS)
+ ok = nws_start_open (info);
+ if (ok)
+ return;
+
if (info->providers & GWEATHER_PROVIDER_IWIN)
ok = iwin_start_open (info);
if (ok)