Update of /cvsroot/gaim/gaim/src/protocols/icq
In directory usw-pr-cvs1:/tmp/cvs-serv17025/protocols/icq
Modified Files:
gaim_icq.c
Log Message:
i hate this shit. i should just stop hacking gaim.
Index: gaim_icq.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/icq/gaim_icq.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- gaim_icq.c 2001/11/20 01:01:21 1.21
+++ gaim_icq.c 2001/11/26 20:39:53 1.22
@@ -201,7 +201,7 @@
nick,
first, last,
email);
- g_show_info_text(gc, who, FALSE, buf, NULL);
+ g_show_info_text(gc, who, 2, buf, NULL);
}
static void icq_web_pager(icq_Link *link, unsigned char hour, unsigned char minute,
|