GNOME Bugzilla – Bug 706042
Fixes for the airplane mode switch
Last modified: 2013-08-16 17:37:47 UTC
Discovered in testing.
Created attachment 251674 [details] [review] network: Sync airplane mode status on startup
Created attachment 251676 [details] [review] network: Use HasAirplaneMode to determine whether to show the switch Not all systems have rfkill toggles we can set; if we don't have any, we shouldn't show any switch at all.
Review of attachment 251674 [details] [review]: nice catch
Review of attachment 251676 [details] [review]: I assume the HasAirplaneMode property is never going to change at runtime. Ok then
It could, but it would still be correct in this case.
Attachment 251674 [details] pushed as 6d353f2 - network: Sync airplane mode status on startup Attachment 251676 [details] pushed as a5cdade - network: Use HasAirplaneMode to determine whether to show the switch