From 00a8f5e2ec693222e02e96c700c235a81eeb4ce5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 25 Jul 2002 08:49:56 +0000 Subject: Use GtkType (I only changed this one because I turned on debugging for a 2002-07-25 Jeffrey Stedfast * filter-int.[c,h]: Use GtkType (I only changed this one because I turned on debugging for a bit). * filter-file.c (validate): Fix the strcmp logic a bit, I had it the exact opposite of what I really wanted. Oops :-) svn path=/trunk/; revision=17586 --- filter/filter-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/filter-int.h') diff --git a/filter/filter-int.h b/filter/filter-int.h index 4ed508cd36..f8cd2711c6 100644 --- a/filter/filter-int.h +++ b/filter/filter-int.h @@ -52,7 +52,7 @@ struct _FilterIntClass { /* signals */ }; -guint filter_int_get_type (void); +GtkType filter_int_get_type (void); FilterInt *filter_int_new (void); FilterInt *filter_int_new_type(const char *type, int min, int max); void filter_int_set_value(FilterInt *fi, int val); -- cgit v1.2.3