mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 20:35:31 +00:00
Notify if number changes in mm plugin
This commit is contained in:
parent
a7a679c186
commit
4055503336
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ notify_number_cb (CallsMMCall *self,
|
||||||
const gchar *number)
|
const gchar *number)
|
||||||
{
|
{
|
||||||
g_string_assign (self->number, number);
|
g_string_assign (self->number, number);
|
||||||
|
g_object_notify (G_OBJECT (self), "number");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue