]> Pileus Git - grits/blobdiff - src/plugin-radar.c
Replacing GFile/GIO with libsoup
[grits] / src / plugin-radar.c
index 6284c4e4e9e9645cf06512aee377e85bed2dc5ac..30f58168ad54093c44308d330861628a81b181dc 100644 (file)
@@ -379,7 +379,7 @@ static void on_time_changed(AWeatherView *view, char *time, gpointer _self)
        aweather_gui_gl_redraw(self->gui);
 
        /* Start loading the new radar */
        aweather_gui_gl_redraw(self->gui);
 
        /* Start loading the new radar */
-       cache_file(base, path, AWEATHER_AUTOMATIC, cached_cb, self);
+       cache_file(base, path, AWEATHER_UPDATE, cached_cb, self);
        g_free(path);
 }
 
        g_free(path);
 }