Mercurial > pidgin
changeset 10661:f02873d475dc
[gaim-migrate @ 12198]
I'm going to assume this is what was intended to be here.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Mon, 07 Mar 2005 01:25:05 +0000 |
parents | 4b3a952b395e |
children | 54ac161a876e |
files | src/gtkstatusbox.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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<span size=\"smaller\" weight=\"bold\" color=\"red\">%s</span>", status_box->title, status_box->error); } else if (status_box->typing) { - text = text = g_strdup_printf("%s\n<span size=\"smaller\" color=\"%s\">%s</span>", + text = g_strdup_printf("%s\n<span size=\"smaller\" color=\"%s\">%s</span>", status_box->title, aa_color, _("Typing"));