comparison src/blist.c @ 9153:5ad89e84b3d3

[gaim-migrate @ 9937] fix a weird bug no one should hit ever committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 31 May 2004 07:31:20 +0000
parents 9f21659ecf11
children 77fdeb4c459f
comparison
equal deleted inserted replaced
9152:f65be7c97812 9153:5ad89e84b3d3
1400 1400
1401 pce = parts->data; 1401 pce = parts->data;
1402 chat_name = g_hash_table_lookup(chat->components, 1402 chat_name = g_hash_table_lookup(chat->components,
1403 pce->identifier); 1403 pce->identifier);
1404 1404
1405 if (chat->account == account && 1405 if (chat->account == account && chat_name != NULL &&
1406 name != NULL && !strcmp(chat_name, name)) { 1406 name != NULL && !strcmp(chat_name, name)) {
1407 1407
1408 return chat; 1408 return chat;
1409 } 1409 }
1410 } 1410 }