# HG changeset patch # User Etan Reisner # Date 1110158705 0 # Node ID f02873d475dc89cc848d147cbb7d9331c8624419 # Parent 4b3a952b395eec7d038f487bc615d65944f34bd5 [gaim-migrate @ 12198] I'm going to assume this is what was intended to be here. committer: Tailor Script diff -r 4b3a952b395e -r f02873d475dc src/gtkstatusbox.c --- a/src/gtkstatusbox.c Sun Mar 06 22:09:30 2005 +0000 +++ b/src/gtkstatusbox.c Mon Mar 07 01:25:05 2005 +0000 @@ -123,7 +123,7 @@ text = g_strdup_printf("%s\n%s", status_box->title, status_box->error); } else if (status_box->typing) { - text = text = g_strdup_printf("%s\n%s", + text = g_strdup_printf("%s\n%s", status_box->title, aa_color, _("Typing"));