# HG changeset patch # User Mark Doliner # Date 1093133924 0 # Node ID f4a01638870ec69a6b7026441da866b906b9d3b3 # Parent db5dddc4dd5eba629108ee1af56cdfff92a3986e [gaim-migrate @ 10677] A better URL for changing your ICQ info. Thanks to oannu committer: Tailor Script diff -r db5dddc4dd5e -r f4a01638870e src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Sat Aug 21 22:48:02 2004 +0000 +++ b/src/protocols/oscar/oscar.c Sun Aug 22 00:18:44 2004 +0000 @@ -7051,7 +7051,7 @@ static void oscar_show_set_info_icqurl(GaimPluginAction *action) { GaimConnection *gc = (GaimConnection *) action->context; - gaim_notify_uri(gc, "http://web.icq.com/whitepages/login/1,,,00.html"); + gaim_notify_uri(gc, "http://www.icq.com/whitepages/user_details.php"); } static void oscar_change_pass(GaimPluginAction *action)