]> Pileus Git - aweather/blobdiff - src/plugins/radar.h
Skip loading radar if one is already loading
[aweather] / src / plugins / radar.h
index b61854aa89e61674f88eafa338d72f3c8b674308..8175e35506f18b5a45a784ce96330ecbbac864e7 100644 (file)
@@ -52,6 +52,7 @@ struct _GisPluginRadar {
        GtkWidget *progress_label;
 
        /* Radar lists */
+       GMutex    *load_mutex;
        AWeatherColormap *colormap;
        gpointer   radar;
        gchar     *cur_site;