Notify if number changes in mm plugin
This commit is contained in:
committed by
Julian Sparber
parent
a7a679c186
commit
4055503336
@@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user