comparison libgaim/protocols/qq/qq.c @ 14319:69f594f56de5

[gaim-migrate @ 17012] Removed the prefix before user IDs, it was giving the Adium folks a hard time. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Thu, 24 Aug 2006 08:04:46 +0000
parents 437ce90442cf
children 01f13d2e73de
comparison
equal deleted inserted replaced
14318:437ce90442cf 14319:69f594f56de5
372 qd = gc->proto_data; 372 qd = gc->proto_data;
373 uid = gaim_name_to_uid(who); 373 uid = gaim_name_to_uid(who);
374 374
375 if (uid <= 0) { 375 if (uid <= 0) {
376 gaim_debug(GAIM_DEBUG_ERROR, "QQ", "Not valid QQid: %s\n", who); 376 gaim_debug(GAIM_DEBUG_ERROR, "QQ", "Not valid QQid: %s\n", who);
377 gaim_notify_error(gc, NULL, _("Invalid name, please input in qq-xxxxxxxx format"), NULL); 377 gaim_notify_error(gc, NULL, _("Invalid name"), NULL);
378 return; 378 return;
379 } 379 }
380 380
381 qq_send_packet_get_info(gc, uid, TRUE); 381 qq_send_packet_get_info(gc, uid, TRUE);
382 } 382 }