Skip to content
Commit 9323f7b5 authored by Rodney Dawes's avatar Rodney Dawes
Browse files

Call the notify handler from a GLib idle delegate

Uses a delegate in a glib idle callback to call the nofity handler.
We need to do this to avoid racing on startup with other activities
which can block the main loop, causing the handler to only work
sometimes, or only partially.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=662883
parent c9e9a30e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment