1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00

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");
}