Index: sources/view/hd/alarm/VAlarmActiveList.cpp =================================================================== diff -u -raf8d98b36b427e2b5f4d6659fcf3b58ee79eab6a -r4031460ae781a88ba9ad6247a28e4d35aeadf9c0 --- sources/view/hd/alarm/VAlarmActiveList.cpp (.../VAlarmActiveList.cpp) (revision af8d98b36b427e2b5f4d6659fcf3b58ee79eab6a) +++ sources/view/hd/alarm/VAlarmActiveList.cpp (.../VAlarmActiveList.cpp) (revision 4031460ae781a88ba9ad6247a28e4d35aeadf9c0) @@ -121,7 +121,7 @@ if ( ! ok ) { LOG_DEBUG(QString("Not an alarm ID number [%1]").arg(group)); continue; } for (const QString &key : _Settings.keys(category, group)) { - if (Storage::Settings::isKeyTitle ( key ) ) { + if (Storage::Settings::isKeyListTitle ( key ) ) { _alarmTitles[id] = _Settings.value(category, group, key).toString(); } }