comparison mcabber/buddies.c @ 15:b04282e4cd80

[/trunk] Changeset 30 by mikael * s/pending_msg/hidden_msg/ (better change it sooner than later)
author mikael
date Wed, 23 Mar 2005 21:18:09 +0000
parents c87d8adc9100
children 00183c49c45e
comparison
equal deleted inserted replaced
14:c87d8adc9100 15:b04282e4cd80
243 243
244 tmp = buddy_entry(pos); 244 tmp = buddy_entry(pos);
245 // FIXME: we should create a function instead of exporting this! :-( 245 // FIXME: we should create a function instead of exporting this! :-(
246 // Cf. revision ~28 246 // Cf. revision ~28
247 wintmp = scr_SearchWindow(tmp->jid); 247 wintmp = scr_SearchWindow(tmp->jid);
248 /*
248 if (wintmp) 249 if (wintmp)
249 scr_LogPrint("wintmp != NULL"); 250 scr_LogPrint("wintmp != NULL");
250 else 251 else
251 scr_LogPrint("wintmp == NULL"); 252 scr_LogPrint("wintmp == NULL");
252 if ((wintmp) && (wintmp->pending_msg)) { 253 */
254 if ((wintmp) && (wintmp->hidden_msg)) {
253 pending = '#'; 255 pending = '#';
254 } 256 }
255 257
256 if ((tmp->flags && FLAG_BUDDY_CONNECTED) == 1) { 258 if ((tmp->flags && FLAG_BUDDY_CONNECTED) == 1) {
257 status = 'o'; 259 status = 'o';