pango_escape group names
This commit is contained in:
parent
8252529260
commit
3b029ad541
1 changed files with 2 additions and 1 deletions
|
@ -178,7 +178,8 @@ class RosterWindow:
|
||||||
if not iterG:
|
if not iterG:
|
||||||
IterAcct = self.get_account_iter(account)
|
IterAcct = self.get_account_iter(account)
|
||||||
iterG = model.append(IterAcct, [self.jabber_state_images['closed'],
|
iterG = model.append(IterAcct, [self.jabber_state_images['closed'],
|
||||||
g, 'group', g, account, False, None])
|
gtkgui_helpers.escape_for_pango_markup(g), 'group', g, account,
|
||||||
|
False, None])
|
||||||
if not gajim.groups[account].has_key(g): #It can probably never append
|
if not gajim.groups[account].has_key(g): #It can probably never append
|
||||||
if account + g in self.collapsed_rows:
|
if account + g in self.collapsed_rows:
|
||||||
ishidden = False
|
ishidden = False
|
||||||
|
|
Loading…
Add table
Reference in a new issue