mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-14 00:17:35 +00:00
best-match: Codestyle
This commit is contained in:
parent
6e7984cb5d
commit
51598700d7
1 changed files with 2 additions and 4 deletions
|
@ -74,16 +74,14 @@ search_view_prepare_cb (FolksSearchView *view,
|
||||||
static void
|
static void
|
||||||
notify_name (CallsBestMatch *self)
|
notify_name (CallsBestMatch *self)
|
||||||
{
|
{
|
||||||
g_object_notify_by_pspec (G_OBJECT (self),
|
g_object_notify_by_pspec (G_OBJECT (self), props[PROP_NAME]);
|
||||||
props[PROP_NAME]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
notify_avatar (CallsBestMatch *self)
|
notify_avatar (CallsBestMatch *self)
|
||||||
{
|
{
|
||||||
g_object_notify_by_pspec (G_OBJECT (self),
|
g_object_notify_by_pspec (G_OBJECT (self), props[PROP_AVATAR]);
|
||||||
props[PROP_AVATAR]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue