Index: sources/view/settings/VBluetooth.cpp =================================================================== diff -u -re8262d170bb94046ddb767074a31530bdf4a2319 -rbefa8e7e7667c4aa5193022bd80e9f52c2374ad0 --- sources/view/settings/VBluetooth.cpp (.../VBluetooth.cpp) (revision e8262d170bb94046ddb767074a31530bdf4a2319) +++ sources/view/settings/VBluetooth.cpp (.../VBluetooth.cpp) (revision befa8e7e7667c4aa5193022bd80e9f52c2374ad0) @@ -114,12 +114,12 @@ } // TODO: re-evaluate the states for the scan button enable/disable. - // scanEnabled(state == MBluetooth::eIS_Idle || - // state == MBluetooth::eIS_Scan_Done || - // state == MBluetooth::eIS_Scan_NotFound || - // state == MBluetooth::eIS_Device_Error || - // state == MBluetooth::eIS_Device_Waiting - // ); + // scanEnabled(state == MBluetooth::eIS_Idle + // || state == MBluetooth::eIS_Scan_Done + // || state == MBluetooth::eIS_Scan_NotFound + // || state == MBluetooth::eIS_Device_Error + // || state == MBluetooth::eIS_Device_Waiting + // ); switch (state) { // The device name is not always available and the interface may be in investigation.