network: handle argv after cold-plugging connections
To pick up show-device with a connection path (VPN or virtual), we need to handle the arguments again after the connections are read. https://bugzilla.gnome.org/show_bug.cgi?id=724547
This commit is contained in:
parent
10ffa301b7
commit
741f09f6f4
1 changed files with 4 additions and 0 deletions
|
@ -1256,6 +1256,10 @@ notify_connections_read_cb (NMRemoteSettings *settings,
|
|||
add_connection (panel, connection);
|
||||
}
|
||||
g_slist_free (list);
|
||||
|
||||
|
||||
g_debug ("Calling handle_argv() after cold-plugging connections");
|
||||
handle_argv (panel);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Add table
Reference in a new issue