[length_notifier] Adapt to Gajim changes

This commit is contained in:
wurstsalat
2021-10-18 23:33:05 +02:00
parent 0afc09e99e
commit 85ad85587f

View File

@@ -110,7 +110,7 @@ class LengthNotifierPlugin(GajimPlugin):
if not app.plugin_manager.get_active_plugin('length_notifier'):
# Dont update if the plugin is disabled
return
for control in app.interface.msg_win_mgr.get_controls():
for control in app.window.get_controls():
self._disconnect_chat_control(control)
self._connect_chat_control(control)