# HG changeset patch # User Sean Egan # Date 1019860357 0 # Node ID 51e4fb38a14082e6ebf9a4520bc7a679436bcbf3 # Parent f2110584bd01348922b8838844d3217b6791662f [gaim-migrate @ 3203] (18:29:07) psypete: i like beefy dogs committer: Tailor Script diff -r f2110584bd01 -r 51e4fb38a140 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Fri Apr 26 22:18:07 2002 +0000 +++ b/src/protocols/oscar/oscar.c Fri Apr 26 22:32:37 2002 +0000 @@ -2521,7 +2521,8 @@ debug_printf("info%s: perms = %d, type = %x, length = %d, val = %s\n", change ? " change" : "", perms, type, length, str ? val : "(not string)"); - if ((type == 0x0011) && str) { + /* XXX Do something for other types too. */ + if ((type == 0x0011) && str && length) { g_snprintf(buf, sizeof(buf), "The email address for %s is %s", gc->username, val); do_error_dialog(buf, "Email"); }