comparison mcabber/buddies.c @ 14:c87d8adc9100

[/trunk] Changeset 29 by mikael * Update pending message indicator in real time.
author mikael
date Wed, 23 Mar 2005 21:13:22 +0000
parents 4c3d7b8a29c4
children b04282e4cd80
comparison
equal deleted inserted replaced
13:4c3d7b8a29c4 14:c87d8adc9100
241 continue; 241 continue;
242 } 242 }
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 ~27 246 // Cf. revision ~28
247 wintmp = scr_SearchWindow(tmp->jid); 247 wintmp = scr_SearchWindow(tmp->jid);
248 if (wintmp) 248 if (wintmp)
249 scr_LogPrint("wintmp != NULL"); 249 scr_LogPrint("wintmp != NULL");
250 else 250 else
251 scr_LogPrint("wintmp == NULL"); 251 scr_LogPrint("wintmp == NULL");