comparison mcabber/src/screen.c @ 1423:757ebe4df0b9

Replace DEBUG_ENABLE with ENABLE_DEBUG
author Mikael Berthe <mikael@lilotux.net>
date Sun, 17 Feb 2008 21:15:30 +0100
parents 783b47c9d963
children bb1cc8902d0e
comparison
equal deleted inserted replaced
1422:3cd104b41f26 1423:757ebe4df0b9
2659 2659
2660 // Finished :) 2660 // Finished :)
2661 update_panels(); 2661 update_panels();
2662 } 2662 }
2663 2663
2664 #ifdef DEBUG_ENABLE 2664 #ifdef ENABLE_DEBUG
2665 // buffer_list() 2665 // buffer_list()
2666 // key: winId/jid 2666 // key: winId/jid
2667 // value: winbuf structure 2667 // value: winbuf structure
2668 // data: none. 2668 // data: none.
2669 static void buffer_list(gpointer key, gpointer value, gpointer data) 2669 static void buffer_list(gpointer key, gpointer value, gpointer data)