don't escape gmail email notifications twice
This commit is contained in:
parent
944a3124c1
commit
fe908b118e
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue