Philipp Hörist pushed to branch master at gajim / gajim
Commits:
ce68aa99 by lovetox at 2020-10-26T20:47:57+01:00
ChatControl: Show displaymarking correctly
- - - - -
1 changed file:
- gajim/chat_control.py
Changes:
=====================================
gajim/chat_control.py
=====================================
@@ -623,7 +623,7 @@ def _on_message_sent(self, event):
message_id = event.message_id
if event.label:
- displaymarking = event.label.getTag('displaymarking')
+ displaymarking = event.label.displaymarking
else:
displaymarking = None
if self.correcting:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ce68aa9979ae3bbec1a7f59b2c184607538eb99f
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ce68aa9979ae3bbec1a7f59b2c184607538eb99f
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits