From: Eric W. <war...@us...> - 2001-11-26 20:39:57
|
Update of /cvsroot/gaim/gaim/src/protocols/zephyr In directory usw-pr-cvs1:/tmp/cvs-serv17025/protocols/zephyr Modified Files: zephyr.c Log Message: i hate this shit. i should just stop hacking gaim. Index: zephyr.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/zephyr/zephyr.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- zephyr.c 2001/11/20 01:01:22 1.16 +++ zephyr.c 2001/11/26 20:39:54 1.17 @@ -349,7 +349,7 @@ g_string_sprintfa(str, "<br>At %s since %s", locs.host, locs.time); } - g_show_info_text(NULL, NULL, FALSE, str->str, NULL); + g_show_info_text(NULL, NULL, 2, str->str, NULL); g_string_free(str, TRUE); } else serv_got_update(zgc, b->name, nlocs, 0, 0, 0, 0, 0); |