diff options
author | Milan Crha <mcrha@redhat.com> | 2012-06-04 17:47:58 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-06-04 17:47:58 +0800 |
commit | 1a4f29334cc440a6afa246e535ea39c3ba020247 (patch) | |
tree | 87d4446b734df8851520367139860e68ea59d246 /modules | |
parent | ea5935b1d9ba28868d69e038aa9b2bc1cc011f12 (diff) | |
download | gsoc2013-evolution-1a4f29334cc440a6afa246e535ea39c3ba020247.tar.gz gsoc2013-evolution-1a4f29334cc440a6afa246e535ea39c3ba020247.tar.zst gsoc2013-evolution-1a4f29334cc440a6afa246e535ea39c3ba020247.zip |
Fix build (typo in e-source-weather.c)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/cal-config-weather/e-source-weather.c | 2 |
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; |