Comment 4 for bug 91822

Revision history for this message
Andrea Veri (av) wrote :

this patch is not needed anymore:

capplet.py original source has:

check = gtk.CheckButton(_("Notify buddies actions"))
tooltips.set_tip(check, _("Notify when a contact logs in or out, writes, or sends a message"))
check.show()

eventbridge.py original source has:

message = format_pgaim(alias, "is writing a message")
osd.send("<message id='gaim' hide_timeout='3000'>" + message + "</message>")

Thanks