Skip to content

propertyproxy_base: Fix using notify w/o prop name

Daniel Boles requested to merge dboles/connect_property_changed-blank into master

GLib has now specified that if you want to connect to a signal without a detail argument, you omit the ::. So, glibmm users previously connecting to notify:: to listen for changes to all properties broke. Fix that by only passing notify i.e. no superfluous :: in that case.

Close #74 (closed)

Merge request reports