Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
64b02da9 by wurstsalat at 2024-09-07T22:08:33+02:00
fix: Menu: Fix 'Mark as read' action not sending read marker

- - - - -


1 changed file:

- gajim/gtk/menus.py


Changes:

=====================================
gajim/gtk/menus.py
=====================================
@@ -575,7 +575,7 @@ def get_chat_list_row_menu(workspace_id: str,
 
     if app.window.get_chat_unread_count(account, jid, include_silent=True):
         params = AccountJidParam(account=account, jid=jid)
-        menu.add_item(_('Mark as read'), 'win.mark-as-read', params)
+        menu.add_item(_('Mark as read'), f'app.{account}-mark-as-read', params)
 
     if contact.is_muted:
         menu.add_item(



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/64b02da9545288c4865bebfdfbf894f6c7eedebb

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/64b02da9545288c4865bebfdfbf894f6c7eedebb
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- commits@gajim.org
To unsubscribe send an email to commits-le...@gajim.org

Reply via email to