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:
parent
a1e26cdac1
commit
8ded3d956f
7 changed files with 12 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue