network: Call method directly instead of via virtual method

This commit is contained in:
Robert Ancell 2019-10-24 11:54:45 +13:00
parent 50c4c805d4
commit 1a0b9b628a

View file

@ -228,7 +228,7 @@ net_device_bluetooth_new (NMClient *client, NMDevice *device)
NULL); NULL);
self->client = g_object_ref (client); self->client = g_object_ref (client);
net_object_refresh (NET_OBJECT (self)); nm_device_bluetooth_refresh_ui (self);
return self; return self;
} }