aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cal-config-weather
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-06-04 17:47:58 +0800
committerMilan Crha <mcrha@redhat.com>2012-06-04 17:47:58 +0800
commit1a4f29334cc440a6afa246e535ea39c3ba020247 (patch)
tree87d4446b734df8851520367139860e68ea59d246 /modules/cal-config-weather
parentea5935b1d9ba28868d69e038aa9b2bc1cc011f12 (diff)
downloadgsoc2013-evolution-1a4f29334cc440a6afa246e535ea39c3ba020247.tar
gsoc2013-evolution-1a4f29334cc440a6afa246e535ea39c3ba020247.tar.gz
gsoc2013-evolution-1a4f29334cc440a6afa246e535ea39c3ba020247.tar.bz2
gsoc2013-evolution-1a4f29334cc440a6afa246e535ea39c3ba020247.tar.lz
gsoc2013-evolution-1a4f29334cc440a6afa246e535ea39c3ba020247.tar.xz
gsoc2013-evolution-1a4f29334cc440a6afa246e535ea39c3ba020247.tar.zst
gsoc2013-evolution-1a4f29334cc440a6afa246e535ea39c3ba020247.zip
Fix build (typo in e-source-weather.c)
Diffstat (limited to 'modules/cal-config-weather')
-rw-r--r--modules/cal-config-weather/e-source-weather.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cal-config-weather/e-source-weather.c b/modules/cal-config-weather/e-source-weather.c
index e00c79907a..63db1bc14b 100644
--- a/modules/cal-config-weather/e-source-weather.c
+++ b/modules/cal-config-weather/e-source-weather.c
@@ -243,7 +243,7 @@ e_source_weather_set_units (ESourceWeather *extension,
g_object_notify (G_OBJECT (extension), "units");
}
-ESourceWeatherUnits
+GType
e_source_weather_units_get_type (void)
{
return e_source_weather_units_type;