From: Eric W. <war...@us...> - 2001-11-26 20:39:57
|
Update of /cvsroot/gaim/gaim/src/protocols/gg In directory usw-pr-cvs1:/tmp/cvs-serv17025/protocols/gg Modified Files: gg.c Log Message: i hate this shit. i should just stop hacking gaim. Index: gg.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/gg/gg.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- gg.c 2001/11/20 01:01:21 1.10 +++ gg.c 2001/11/26 20:39:53 1.11 @@ -790,7 +790,7 @@ g_strfreev(webdata_tbl); - g_show_info_text(gc, NULL, FALSE, buf, NULL); + g_show_info_text(gc, NULL, 2, buf, NULL); g_free(buf); } |