Skip to content

Fix error on "modify account" in roster menu

Sophie Herold requested to merge sophie-h/gajim:bug-1 into master
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/gajim/roster_window.py", line 3169, in on_edit_account
    app.interface.instances['accounts'] = config.AccountsWindow()
AttributeError: module 'gajim.config' has no attribute 'AccountsWindow'

Merge request reports