GNOME Bugzilla – Bug 654990
Drop main-context property.
Last modified: 2011-07-30 10:57:59 UTC
Use g_main_context_get_thread_default () instead. This is to accomapy a similar patch to gssdp (bug 654733)
Created attachment 192329 [details] [review] Drop main-context property. Use g_main_context_get_thread_default()
Merged with a small fix to only print a warning when main_context property != NULL.