From 745deb7a9d4bf26a6339a297c3c06bb12f5cc102 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 8 Jan 2006 01:51:33 +0000 Subject: [project @ 2006-01-08 01:51:33 by jmb] Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014 --- gtk/gtk_treeview.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gtk/gtk_treeview.c') diff --git a/gtk/gtk_treeview.c b/gtk/gtk_treeview.c index c7d04362f..6b9280c5d 100644 --- a/gtk/gtk_treeview.c +++ b/gtk/gtk_treeview.c @@ -38,13 +38,12 @@ void tree_redraw_area(struct tree *tree, int x, int y, int width, int height) { /** * Draws a line. * - * \param tree the tree to draw a line for * \param x the x co-ordinate * \param x the y co-ordinate * \param x the width of the line * \param x the height of the line */ -void tree_draw_line(struct tree *tree, int x, int y, int width, int height) { +void tree_draw_line(int x, int y, int width, int height) { } @@ -83,7 +82,7 @@ void tree_recalculate_node_element(struct node_element *element) { * * \param node the node to update */ -void tree_update_URL_node(struct node *node) { +void tree_update_URL_node(struct node *node, struct url_content *data) { } -- cgit v1.2.3