From: Rob F. <rob...@us...> - 2002-02-23 22:50:46
|
Update of /cvsroot/gaim/gaim/src/protocols/yahoo In directory usw-pr-cvs1:/tmp/cvs-serv13638/protocols/yahoo Modified Files: yahoo.c Log Message: I'll never tell... Index: yahoo.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yahoo.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- yahoo.c 7 Feb 2002 00:13:43 -0000 1.31 +++ yahoo.c 23 Feb 2002 22:50:44 -0000 1.32 @@ -405,11 +405,8 @@ break; case 60: /* no clue */ break; - case 16: /* Maybe this does more. Maybe it doesn't. */ - do_error_dialog("This version of the Yahoo! Messenger plugin is no longer" - "being supported. The latest version of Gaim is available" - "at " WEBSITE ".\n\nYou may be disconnected shortly.", - "Gaim -- Yahoo! Error"); + case 16: /* Custom error message */ + do_error_dialog(pair->value, "Gaim -- Yahoo! Error"); break; default: debug_printf("unknown status key %d\n", pair->key); |