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


Commits:
4fc1e2bb by wurstsalat at 2025-08-03T11:29:20+02:00
imprv: Update unread count when closing chat

- - - - -


1 changed file:

- gajim/gtk/chat_list_row.py


Changes:

=====================================
gajim/gtk/chat_list_row.py
=====================================
@@ -458,6 +458,7 @@ def do_unroot(self) -> None:
         app.check_finalize(self)
 
     def _on_close_button_clicked(self, _button: Gtk.Button) -> None:
+        self.reset_unread()
         app.window.activate_action(
             "win.remove-chat", GLib.Variant("as", [self.account, 
str(self.jid)])
         )



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/4fc1e2bb0ee789410eddf0ddcb0daab0ad2507e3

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


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to