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")