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
|
||||
notify_name (CallsBestMatch *self)
|
||||
{
|
||||
g_object_notify_by_pspec (G_OBJECT (self),
|
||||
props[PROP_NAME]);
|
||||
g_object_notify_by_pspec (G_OBJECT (self), props[PROP_NAME]);
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
notify_avatar (CallsBestMatch *self)
|
||||
{
|
||||
g_object_notify_by_pspec (G_OBJECT (self),
|
||||
props[PROP_AVATAR]);
|
||||
g_object_notify_by_pspec (G_OBJECT (self), props[PROP_AVATAR]);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue