From: Eric W. <war...@us...> - 2001-11-10 08:02:42
|
Update of /cvsroot/gaim/gaim/src/protocols/icq In directory usw-pr-cvs1:/tmp/cvs-serv20536/src/protocols/icq Modified Files: gaim_icq.c Log Message: oh Index: gaim_icq.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/icq/gaim_icq.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- gaim_icq.c 2001/11/06 23:58:21 1.19 +++ gaim_icq.c 2001/11/10 08:02:39 1.20 @@ -302,6 +302,8 @@ icq_Link *link; char ps[9]; + gc->checkbox = _("Send message through server"); + icq_LogLevel = ICQ_LOG_MESSAGE; g_snprintf(ps, sizeof(ps), "%s", user->password); @@ -500,7 +502,6 @@ void icq_init(struct prpl *ret) { ret->protocol = PROTO_ICQ; - ret->checkbox = "Send message through server"; ret->name = icq_name; ret->list_icon = icq_list_icon; ret->away_states = icq_away_states; |