aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qml/ChatPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/ChatPage.qml b/qml/ChatPage.qml
index b7548bd..1f7229e 100644
--- a/qml/ChatPage.qml
+++ b/qml/ChatPage.qml
@@ -9,7 +9,7 @@ import DeltaChat 1.0
Kirigami.Page {
id: chatPage
- title: messageListView.chat ? messageListView.chat.name : qsTr("Chat")
+ title: chat ? chat.name : qsTr("Chat")
property var chatId
readonly property DcChat chat: context.getChat(chatId)