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


Commits:
cbea0766 by wurstsalat at 2023-04-16T17:42:34+02:00
fix: MessageActionsBox: Update send file button tooltip when switching chats

Fixes #11473

- - - - -


1 changed file:

- gajim/gtk/message_actions_box.py


Changes:

=====================================
gajim/gtk/message_actions_box.py
=====================================
@@ -191,6 +191,7 @@ def switch_contact(self, contact: ChatContactT) -> None:
 
         self._update_encryption_button()
         self._update_encryption_details_button()
+        self._update_send_file_button_tooltip()
 
         self._set_chatstate(True)
 



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/cbea07660d37c545bb1728f62d99889d08b0864a
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

Reply via email to