Fix new bookmark. Completing #8272

This commit is contained in:
Stephan Erb 2007-06-16 12:06:34 +00:00
parent 87113a7a0e
commit 2cd9fcf8db
1 changed files with 1 additions and 1 deletions

View File

@ -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_))