From kde-commits Sat May 14 18:35:25 2016 From: Martin Klapetek Date: Sat, 14 May 2016 18:35:25 +0000 To: kde-commits Subject: [spacebar] app/package/contents/ui: [app] Give the send button an id Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=146325094108558 Git commit 87b3bba85a52071220b012f5adb5dc410a2d44bc by Martin Klapetek. Committed on 14/05/2016 at 18:33. Pushed by mklapetek into branch 'master'. [app] Give the send button an id Forgot to commit with the TextArea change M +2 -0 app/package/contents/ui/ConversationPage.qml http://commits.kde.org/spacebar/87b3bba85a52071220b012f5adb5dc410a2d44bc diff --git a/app/package/contents/ui/ConversationPage.qml b/app/package/con= tents/ui/ConversationPage.qml index 95a636b..cb6be7e 100644 --- a/app/package/contents/ui/ConversationPage.qml +++ b/app/package/contents/ui/ConversationPage.qml @@ -219,6 +219,8 @@ Kirigami.Page { } = Button { + Button { + id: sendButton enabled: conversation !=3D=3D null text: conversation.account !=3D=3D null && conversatio= n.account.online ? i18nc("Button label; Send message", "S= end")