summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2021-01-12 16:39:47 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2021-01-12 16:39:47 -0600
commit174038296371d0b817b9fe262e9ba4c410c17e17 (patch)
tree479bcd516ec6a7adc2dda79c9347857bd51f43c6
parent216a8984d4afb21795b2bc5592d79467d7a37515 (diff)
downloadgnome-calendar-mcatanzaro/typo.tar.gz
Fix typo because I am hopelessmcatanzaro/typo
-rw-r--r--src/weather/gcal-weather-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weather/gcal-weather-service.c b/src/weather/gcal-weather-service.c
index 29e3276c..4cf47f02 100644
--- a/src/weather/gcal-weather-service.c
+++ b/src/weather/gcal-weather-service.c
@@ -642,7 +642,7 @@ update_location (GcalWeatherService *self,
* https://gitlab.gnome.org/GNOME/gnome-calendar/-/issues/682
*/
gweather_info_set_enabled_providers (self->gweather_info, GWEATHER_PROVIDER_METAR | GWEATHER_PROVIDER_OWM);
- g_signal_connect_object (self->gweather_info, "updated", (GCallback) on_gqweather_update_cb, self, 0);
+ g_signal_connect_object (self->gweather_info, "updated", (GCallback) on_gweather_update_cb, self, 0);
/*
* gweather_info_update might or might not trigger a