From 0a232b36bf48cd8493e455466e7cdbfd96d7aa7f Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 21 May 2000 09:18:20 +0000 Subject: Updated for the GtkHTML API changes. Also fixed some compiler warnings here and there. svn path=/trunk/; revision=3145 --- filter/filter-arg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'filter/filter-arg.c') diff --git a/filter/filter-arg.c b/filter/filter-arg.c index 77dffe284b..ece10efbba 100644 --- a/filter/filter-arg.c +++ b/filter/filter-arg.c @@ -83,7 +83,7 @@ clone_default(FilterArg *a) } static void -write_html_nothing(FilterArg *arg, GtkHTML *html, GtkHTMLStreamHandle *stream) +write_html_nothing(FilterArg *arg, GtkHTML *html, GtkHTMLStream *stream) { /* empty */ } @@ -209,7 +209,7 @@ filter_arg_remove(FilterArg *arg, void *v) void -filter_arg_write_html(FilterArg *arg, GtkHTML *html, GtkHTMLStreamHandle *stream) +filter_arg_write_html(FilterArg *arg, GtkHTML *html, GtkHTMLStream *stream) { ((FilterArgClass *)(arg->object.klass))->write_html(arg, html, stream); } -- cgit v1.2.3