GNOME Bugzilla – Bug 693659
Toggling the "Automatic" switch does not activate "Apply"
Last modified: 2013-02-14 19:44:03 UTC
While editing a WiFi or Ethernet connection: When I turn off the "DNS – Automatic" or "Routes – Automatic" switches, the dialog's "Apply" button remains inactive and does not allow me to save the changes.
Created attachment 235951 [details] [review] network: mark connection editor changed when editing IPv4/IPv6 pages When this got rewritten to be different from nm-connection-editor's, the ce_page_changed() calls accidentally got dropped, so most changes on these pages would not cause the "Apply" button to become sensitive.
Created attachment 235952 [details] [review] network: fix initial sensitivity of editor "Add" button The "only make Apply/Add sensitive if something changed" rule should not apply to new connections; they are already "changed". [Special bonus fix for Matthias]
Review of attachment 235951 [details] [review]: looks right
Review of attachment 235952 [details] [review]: yay, thanks
*** Bug 693782 has been marked as a duplicate of this bug. ***
Attachment 235951 [details] pushed as 5109980 - network: mark connection editor changed when editing IPv4/IPv6 pages Attachment 235952 [details] pushed as dcb932b - network: fix initial sensitivity of editor "Add" button