Index: sources/gui/qml/components/HeaderBar.qml =================================================================== diff -u -rb04fa0fce565a52305f2153f2cb6c5858453ab15 -r56c2adbc6e724c09d5ca9d61cb0a1581d46daf02 --- sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision b04fa0fce565a52305f2153f2cb6c5858453ab15) +++ sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision 56c2adbc6e724c09d5ca9d61cb0a1581d46daf02) @@ -136,7 +136,7 @@ iconSize : Variables.headerIconDiameter iconImageSource : "qrc:/images/iWifi" extraSpace : _headerButtonRow.spacing - onPressed : _wifiDialog.openDialog(_wifiButton) + onPressed : _headerbarWifi.openDialog(_wifiButton) } IconButton { id : _bluetoothButton @@ -160,15 +160,15 @@ iconImageSource : "qrc:/images/iStorage" extraSpace : _headerButtonRow.spacing - onPressed : _storageDialog.openDialog(_storageButton) + onPressed : _headerbarStorage.openDialog(_storageButton) } IconButton { id : _settingsButton iconSize : Variables.headerIconDiameter iconImageSource : "qrc:/images/iSettings" extraSpace : _headerButtonRow.spacing - onPressed : _settingsDialog.openDialog(_settingsButton) + onPressed : _headerbarSettings.openDialog(_settingsButton) } IconButton { id : _informationButton