Fix method call

Regression from making gajim a module
This commit is contained in:
Philipp Hörist 2017-08-23 18:46:43 +02:00
parent 00e72b1d73
commit 44a287703e
1 changed files with 2 additions and 2 deletions

View File

@ -2155,8 +2155,8 @@ class AccountsWindow:
app.interface.roster.setup_and_draw_roster()
self.init_accounts()
self.select_account(new_name)
gajim.app.remove_account_actions(old_name)
gajim.app.add_account_actions(new_name)
app.app.remove_account_actions(old_name)
app.app.add_account_actions(new_name)
gui_menu_builder.build_accounts_menu()
title = _('Rename Account')