Skip to content

Properly disconnect GcalWeatherService from its GWeatherInfo

Michael Catanzaro requested to merge mcatanzaro/weather-service-safety into master

We fail to disconnect from the GWeatherInfo in both update_location() and dispose. We have to fix update_location() manually. To avoid the need to disconnect in dispose, we can just use g_signal_connect_object().

Merge request reports