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:
Giovanni Campagna 2014-02-17 21:00:31 +01:00
parent 10ffa301b7
commit 741f09f6f4

View file

@ -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