Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
cee802f2 by wurstsalat at 2023-01-05T12:02:51+01:00
fix: MessageActionsBox: Restore emoji button behavior
Fixes #11350
- - - - -
1 changed file:
- gajim/gtk/message_actions_box.py
Changes:
=====================================
gajim/gtk/message_actions_box.py
=====================================
@@ -153,6 +153,7 @@ def _on_action(self,
elif action_name == 'show-emoji-chooser':
self.msg_textview.emit('insert-emoji')
+ self._ui.emoticons_button.set_active(False)
elif action_name == 'quote':
assert param
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/cee802f228ffe554961f78358844d88fde115322
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/cee802f228ffe554961f78358844d88fde115322
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