Skip to content
  • Bob Ham's avatar
    dialer: fix emission of number property change signals · f38ecb9c
    Bob Ham authored
    The dialer was not emitting notify signals when the number GObject
    property was set.  The property is flagged with
    G_PARAM_EXPLICIT_NOTIFY.  We fix this by emitting the signal in
    hdy_dialer_set_property.  And adding a test to check.
    f38ecb9c