]> Pileus Git - grits/blobdiff - src/plugin-ridge.c
Replacing GFile/GIO with libsoup
[grits] / src / plugin-ridge.c
index 90ad4d1bf9898d2b50c50080686505a8b2f5fa4c..388ee7405c73ba6d32b27267611d9858a249fe63 100644 (file)
@@ -174,7 +174,7 @@ static void on_site_changed(AWeatherView *view, gchar *site, AWeatherRidge *self
                cached_t *udata = g_malloc(sizeof(cached_t));
                udata->self  = self;
                udata->layer = &layers[i];
-               cache_file(base, path, AWEATHER_NEVER, cached_cb, udata);
+               cache_file(base, path, AWEATHER_ONCE, cached_cb, udata);
                g_free(path);
        }
 }