network: Show spinner instead of delaying dialog

It's better to respond to the user immediately rather than delay the window opening.
This commit is contained in:
Robert Ancell 2020-11-19 11:43:16 +13:00 committed by Georges Basile Stavracas Neto
parent a1e26cdac1
commit 8ded3d956f
7 changed files with 12 additions and 20 deletions

View file

@ -34,7 +34,6 @@ NetConnectionEditor *net_connection_editor_new (NMConnection *connectio
NMClient *client);
void net_connection_editor_set_title (NetConnectionEditor *editor,
const gchar *title);
void net_connection_editor_run (NetConnectionEditor *editor);
void net_connection_editor_forget (NetConnectionEditor *editor);
G_END_DECLS