From a7874d6c1f05e5e8316a2f044aa62e98f7f76646 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 4 Jun 2014 16:01:06 +0200 Subject: [PATCH] Use the proper icon for logging out --- lookandfeel/contents/logout/LogoutScreen.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lookandfeel/contents/logout/LogoutScreen.qml b/lookandfeel/contents/logout/LogoutScreen.qml index af1fe43ce..0b5176301 100644 --- a/lookandfeel/contents/logout/LogoutScreen.qml +++ b/lookandfeel/contents/logout/LogoutScreen.qml @@ -92,7 +92,7 @@ BreezeBlock { name: "logout" PropertyChanges { target: root; currentAction: shutdownRequested } PropertyChanges { target: actionLabel; text: ("Logging out") } - PropertyChanges { target: actionIcon; iconSource: "system-logout" } + PropertyChanges { target: actionIcon; iconSource: "system-log-out" } }, State { name: "reboot" @@ -152,7 +152,7 @@ BreezeBlock { id: logoutButton anchors.right: shutdownButton.left anchors.rightMargin: 5 - iconSource: "system-logout" + iconSource: "system-log-out" enabled: root.mode != "logout" visible: root.canLogout