Update of /cvsroot/gaim/gaim/src/protocols/oscar
In directory usw-pr-cvs1:/tmp/cvs-serv7301/src/protocols/oscar
Modified Files:
oscar.c
Log Message:
(18:29:07) psypete: i like beefy dogs
Index: oscar.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- oscar.c 20 Apr 2002 08:10:13 -0000 1.133
+++ oscar.c 26 Apr 2002 22:32:37 -0000 1.134
@@ -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");
}
|