comparison mcabber/src/screen.c @ 514:979eb0fe2969

Show status changes in buddy window, if it is open
author Mikael Berthe <mikael@lilotux.net>
date Sun, 13 Nov 2005 22:46:46 +0100
parents d40c434fff46
children 180f0a6e4ac9
comparison
equal deleted inserted replaced
513:d40c434fff46 514:979eb0fe2969
341 return search_entry; 341 return search_entry;
342 } 342 }
343 } 343 }
344 } 344 }
345 return NULL; 345 return NULL;
346 }
347
348 bool scr_BuddyBufferExists(const char *jid)
349 {
350 return (scr_SearchWindow(jid) != NULL);
346 } 351 }
347 352
348 // scr_UpdateWindow() 353 // scr_UpdateWindow()
349 // (Re-)Display the given chat window. 354 // (Re-)Display the given chat window.
350 static void scr_UpdateWindow(window_entry_t *win_entry) 355 static void scr_UpdateWindow(window_entry_t *win_entry)