Activity log for bug #91822

Date Who What changed Old value New value Message
2007-03-13 02:36:48 Michael R. Head bug added bug
2007-03-13 09:14:58 Mark Reitblatt gnome-osd: status Unconfirmed Confirmed
2007-03-13 09:14:58 Mark Reitblatt gnome-osd: importance Undecided Low
2007-03-13 09:14:58 Mark Reitblatt gnome-osd: statusexplanation
2007-03-13 09:16:28 Mark Reitblatt bug added attachment 'gaim-writing-typo.patch' (gaim-writing-typo.patch)
2007-04-07 17:34:43 Gustavo Carneiro gnome-osd: status Confirmed Fix Committed
2007-04-07 17:34:43 Gustavo Carneiro gnome-osd: statusexplanation Thanks for the patch.
2007-06-11 18:08:08 Andrea Veri gnome-osd: status Fix Committed Rejected
2007-06-11 18:08:08 Andrea Veri gnome-osd: statusexplanation Thanks for the patch. 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
2007-06-11 18:17:22 Mark Reitblatt gnome-osd: status Rejected Fix Released
2007-06-11 18:17:22 Mark Reitblatt gnome-osd: statusexplanation 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