Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits: 935a7ae2 by wurstsalat at 2021-08-29T17:14:31+02:00 ManageSounds: Remove unused sound events - - - - - 2 changed files: - gajim/common/setting_values.py - gajim/gtk/manage_sounds.py Changes: ===================================== gajim/common/setting_values.py ===================================== @@ -344,14 +344,6 @@ class _ACCOUNT_DEFAULT: 'enabled': True, 'path': 'message1.wav' }, - 'next_message_received_focused': { - 'enabled': True, - 'path': 'message2.wav' - }, - 'next_message_received_unfocused': { - 'enabled': True, - 'path': 'message2.wav' - }, 'contact_connected': { 'enabled': False, 'path': 'connected.wav' ===================================== gajim/gtk/manage_sounds.py ===================================== @@ -83,9 +83,7 @@ def _fill_sound_treeview(self): # pylint: disable=line-too-long sounds_dict = { 'attention_received': _('Attention Message Received'), - 'first_message_received': _('First Message Received'), - 'next_message_received_focused': _('Next Message Received Focused'), - 'next_message_received_unfocused': _('Next Message Received Unfocused'), + 'first_message_received': _('Message Received'), 'contact_connected': _('Contact Connected'), 'contact_disconnected': _('Contact Disconnected'), 'message_sent': _('Message Sent'), View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/935a7ae229206cd45c67f486a3d12fb2570ebb27 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/935a7ae229206cd45c67f486a3d12fb2570ebb27 You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list Commits@gajim.org https://lists.gajim.org/cgi-bin/listinfo/commits