Comment 11 for bug 907818

Revision history for this message
Jesse Sung (wenchien) wrote :

On certain devices, module would be powered off after RFKILL enabled. When RFKILL is disabled again, update_menu_items() would be called with has_powered_adapter set to TRUE, but the bluetooth_applet_get_killswitch_state() still thinks RFKILL is in a blocked state and refuses to enable full menu.
Explicity emit an update-menu signal when killswitch state changed fix this.