comparison finch/gntlog.c @ 25633:c96b34b58b85

Fix a compile error due to set_clock being defined in term.h conflicting with gstreamer.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 08 Feb 2008 20:18:49 +0000
parents 88796aff14d6
children efaecb71baad
comparison
equal deleted inserted replaced
25632:f5bcb58bdf56 25633:c96b34b58b85
21 * 21 *
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 */ 25 */
26 #include "internal.h" 26 #include "finch.h"
27
28 #include "account.h"
29 #include "debug.h"
30 #include "log.h"
31 #include "notify.h"
32 #include "request.h"
33 #include "util.h"
27 34
28 #include <gnt.h> 35 #include <gnt.h>
29 #include <gntbox.h> 36 #include <gntbox.h>
30 #include <gntbutton.h> 37 #include <gntbutton.h>
31 #include <gntentry.h> 38 #include <gntentry.h>
32 #include <gntlabel.h> 39 #include <gntlabel.h>
33 #include <gnttextview.h> 40 #include <gnttextview.h>
34 #include <gnttree.h> 41 #include <gnttree.h>
35 #include <gntwindow.h> 42 #include <gntwindow.h>
36
37 #include "account.h"
38 #include "debug.h"
39 #include "log.h"
40 #include "notify.h"
41 #include "request.h"
42 #include "util.h"
43 43
44 #include "gntlog.h" 44 #include "gntlog.h"
45 45
46 static GHashTable *log_viewers = NULL; 46 static GHashTable *log_viewers = NULL;
47 static void populate_log_tree(FinchLogViewer *lv); 47 static void populate_log_tree(FinchLogViewer *lv);