Mercurial > pidgin
changeset 11632:c4fde4165293
[gaim-migrate @ 13908]
Someone should look into this before I get a chance to.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 10 Oct 2005 04:10:49 +0000 |
parents | 0c90ef51ad66 |
children | a32bf50ee5d1 |
files | src/gtkutils.c src/server.c |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkutils.c Sun Oct 09 23:20:42 2005 +0000 +++ b/src/gtkutils.c Mon Oct 10 04:10:49 2005 +0000 @@ -827,6 +827,9 @@ return FALSE; } +/* + * TODO: Do we even need this? + */ char *stylize(const gchar *text, int length) { char *tmp;
--- a/src/server.c Sun Oct 09 23:20:42 2005 +0000 +++ b/src/server.c Mon Oct 10 04:10:49 2005 +0000 @@ -811,6 +811,7 @@ gaim_status_get_attr_value(status, "message")); /* apply default fonts and colors */ + /* TODO: Do we even need this? */ tmpmsg = stylize(away_msg, MSG_LEN); /* Move this to oscar.c! */