network: disable "Apply" in editor if connection hasn't changed

https://bugzilla.gnome.org/show_bug.cgi?id=692925
This commit is contained in:
Dan Winship 2013-02-04 17:36:23 -05:00
parent ec704ab62f
commit f85aed9516
2 changed files with 4 additions and 1 deletions

View file

@ -53,6 +53,7 @@ struct _NetConnectionEditor
NMConnection *connection;
NMConnection *orig_connection;
gboolean is_new_connection;
gboolean is_changed;
NMAccessPoint *ap;
GtkBuilder *builder;