network: Call method directly instead of via virtual method
This commit is contained in:
parent
50c4c805d4
commit
1a0b9b628a
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ net_device_bluetooth_new (NMClient *client, NMDevice *device)
|
|||
NULL);
|
||||
self->client = g_object_ref (client);
|
||||
|
||||
net_object_refresh (NET_OBJECT (self));
|
||||
nm_device_bluetooth_refresh_ui (self);
|
||||
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue