[dialer] Fix typo

This commit is contained in:
Martin Klapetek 2015-06-29 19:52:18 +02:00
parent c5834e218c
commit b8a45d8755

View file

@ -41,7 +41,7 @@ Item {
y: parent.height - callStatusNotification.paintedHeight y: parent.height - callStatusNotification.paintedHeight
color: PlasmaCore.ColorScope.backgroundColor color: PlasmaCore.ColorScope.backgroundColor
opacity: 0.6 opacity: 0.6
visible: dialerUtils.callState == "failing" visible: dialerUtils.callState == "failed"
PlasmaComponents.Label { PlasmaComponents.Label {
id: callStatusNotification id: callStatusNotification