Skip to content
Commit 19784d70 authored by Rui Matos's avatar Rui Matos
Browse files

object: Force signal detail quark creation on signal connections

Otherwise handlers for detailed signals will always get called even
when the detail doesn't match the emited one.

This used to work before because g_signal_connect_closure() forces the
detail quark creation implicitly, but since we switched to
g_signal_connect_closure_by_id(), this is the right thing to do.

https://bugzilla.gnome.org/show_bug.cgi?id=691719
parent 947e260a
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