don't escape gmail email notifications twice

This commit is contained in:
Yann Leboulanger 2008-12-07 22:36:20 +00:00
parent 944a3124c1
commit fe908b118e
1 changed files with 1 additions and 1 deletions

View File

@ -1595,7 +1595,7 @@ class Interface:
path = gtkgui_helpers.get_path_to_generic_or_avatar(img)
notify.popup(_('New E-mail'), jid, account, 'gmail',
path_to_image=path, title=title,
text=gobject.markup_escape_text(text))
text=text)
if self.remote_ctrl:
self.remote_ctrl.raise_signal('NewGmail', (account, array))