weather: Fix build break.
authorMatthew Barnes <mbarnes@redhat.com>
Wed, 9 Jan 2013 17:36:12 +0000 (12:36 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Wed, 9 Jan 2013 17:36:12 +0000 (12:36 -0500)
It helps to actually build the weather backend when changing it.
Forgot I had configured E-D-S with --disable-weather.

calendar/backends/weather/e-cal-backend-weather.c

index df08ae0..c65ab4b 100644 (file)
@@ -772,7 +772,7 @@ e_cal_backend_weather_dispose (GObject *object)
 
        if (priv->begin_retrival_id > 0) {
                g_source_remove (priv->begin_retrival_id);
-               priv->begin_retrival = 0;
+               priv->begin_retrival_id = 0;
        }
 
        if (priv->store != NULL) {