escape for pango account names

This commit is contained in:
Yann Leboulanger 2005-12-02 19:01:54 +00:00
parent e5529eb0ac
commit 0cd7356807
1 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,8 @@ class RosterWindow:
our_jid = gajim.get_jid_from_account(account)
model.append(None, [self.jabber_state_images[show], account,
model.append(None, [self.jabber_state_images[show],
gtkgui_helpers.escape_for_pango_markup(account),
'account', our_jid, account, False, tls_pixbuf])
def remove_newly_added(self, jid, account):