Fix new bookmark. Completing #8272
This commit is contained in:
parent
87113a7a0e
commit
2cd9fcf8db
|
@ -2603,7 +2603,7 @@ class ManageBookmarksWindow:
|
||||||
account = model[add_to][1].decode('utf-8')
|
account = model[add_to][1].decode('utf-8')
|
||||||
nick = gajim.nicks[account]
|
nick = gajim.nicks[account]
|
||||||
iter_ = self.treestore.append(add_to, [account, _('New Group Chat'), '',
|
iter_ = self.treestore.append(add_to, [account, _('New Group Chat'), '',
|
||||||
False, '', nick, 'in_and_out'])
|
False, False, '', nick, 'in_and_out'])
|
||||||
|
|
||||||
self.view.expand_row(model.get_path(add_to), True)
|
self.view.expand_row(model.get_path(add_to), True)
|
||||||
self.view.set_cursor(model.get_path(iter_))
|
self.view.set_cursor(model.get_path(iter_))
|
||||||
|
|
Loading…
Reference in New Issue