GNOME Bugzilla – Bug 787950
main: don't override manager with NULL value
Last modified: 2017-09-20 17:20:15 UTC
on_bus_lost currently calls gsm_manager_set_phase (NULL, ...), because a local is shadowing a global. This commit fixes that.
Created attachment 360143 [details] [review] main: don't override manager with NULL value
Attachment 360143 [details] pushed as 09d6022 - main: don't override manager with NULL value