best-match: Codestyle
This commit is contained in:
@@ -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]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user