--- gajim-0.11.4.orig/src/notify.py 2007-08-31 10:28:25.000000000 +0200 +++ gajim-0.11.4/src/notify.py 2008-06-20 13:35:51.000000000 +0200 @@ -280,9 +280,6 @@ def popup(event_type, jid, account, msg_ '''Notifies a user of an event. It first tries to a valid implementation of the Desktop Notification Specification. If that fails, then we fall back to the older style PopupNotificationWindow method.''' - text = gtkgui_helpers.escape_for_pango_markup(text) - title = gtkgui_helpers.escape_for_pango_markup(title) - if gajim.config.get('use_notif_daemon') and dbus_support.supported: try: DesktopNotification(event_type, jid, account, msg_type,