network: disable "Apply" in editor if connection hasn't changed
https://bugzilla.gnome.org/show_bug.cgi?id=692925
This commit is contained in:
parent
ec704ab62f
commit
f85aed9516
2 changed files with 4 additions and 1 deletions
|
@ -53,6 +53,7 @@ struct _NetConnectionEditor
|
|||
NMConnection *connection;
|
||||
NMConnection *orig_connection;
|
||||
gboolean is_new_connection;
|
||||
gboolean is_changed;
|
||||
NMAccessPoint *ap;
|
||||
|
||||
GtkBuilder *builder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue