Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-08-09 13:00:16 +0300
committerlovetox <philipp@hoerist.com>2022-08-09 17:48:39 +0300
commita253b77d9c37e58c13bd06356bde8b40eebcc577 (patch)
tree3a2bd500722d4bad07bbac2d9a68a21dd39536ad
parenta3f76b5b1de7174de43c40e16accebadb9b200c4 (diff)
cq: Fix typo
-rw-r--r--gajim/gtk/control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gajim/gtk/control.py b/gajim/gtk/control.py
index 337a4261b..da8aeeddf 100644
--- a/gajim/gtk/control.py
+++ b/gajim/gtk/control.py
@@ -758,7 +758,7 @@ class ChatControl(EventHelper):
properties: PresenceProperties
) -> None:
- # TODO: This cant work
+ # TODO: This does not work
return
if isinstance(self.contact, GroupchatContact):
if not contact.settings.get('print_status'):