Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
fa08195c by wurstsalat at 2021-05-24T19:05:41+02:00
StatusIcon: Remove status change remnant
- - - - -
1 changed file:
- gajim/gtk/status_icon.py
Changes:
=====================================
gajim/gtk/status_icon.py
=====================================
@@ -59,7 +59,6 @@ def __init__(self):
self._popup_menus = []
self._hide_menuitem_added = False
- self._status_change_item = None
self._status_icon = None
self._ui.sounds_mute_menuitem.set_active(
@@ -78,7 +77,6 @@ def _on_our_show(self, _event):
def _on_account_state(self, _event):
account_connected = bool(app.get_number_of_connected_accounts() > 0)
self._ui.start_chat_menuitem.set_sensitive(account_connected)
- self._status_change_item.set_sensitive(account_connected)
def show_icon(self):
if not self._status_icon:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/fa08195c27a01a2552bec594cae751291f92d51a
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/fa08195c27a01a2552bec594cae751291f92d51a
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