don't show Clear in received single message. Fixes #7244
This commit is contained in:
parent
a7b5b0e19f
commit
fe3ccb1234
1 changed files with 1 additions and 1 deletions
|
@ -2925,7 +2925,7 @@ class SingleMessageWindow:
|
|||
self.conversation_scrolledwindow = self.xml.get_object(
|
||||
'conversation_scrolledwindow')
|
||||
self.conversation_textview = conversation_textview.ConversationTextview(
|
||||
account)
|
||||
account, used_in_history_window=True)
|
||||
self.conversation_textview.tv.show()
|
||||
self.conversation_tv_buffer = self.conversation_textview.tv.get_buffer()
|
||||
self.xml.get_object('conversation_scrolledwindow').add(
|
||||
|
|
Loading…
Add table
Reference in a new issue