Notify if number changes in mm plugin

This commit is contained in:
Daniel Abrecht
2020-03-17 20:37:57 +00:00
committed by Julian Sparber
parent a7a679c186
commit 4055503336

View File

@@ -87,6 +87,7 @@ notify_number_cb (CallsMMCall *self,
const gchar *number)
{
g_string_assign (self->number, number);
g_object_notify (G_OBJECT (self), "number");
}