From bf882d441791b08e78b3de8fab69b29fbc185c30 Mon Sep 17 00:00:00 2001 From: Alex Larsson Date: Thu, 6 Sep 2001 21:51:35 +0000 Subject: Use GtkType/GType instead of uint. 2001-09-06 Alex Larsson * gtk/gtkbin.c: * gtk/gtkfontsel.c: * gtk/gtkspinbutton.c: * gtk/gtktipsquery.c: Use GtkType/GType instead of uint. --- gtk/gtkfontsel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkfontsel.c') diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c index 06d084951c..3a64503181 100644 --- a/gtk/gtkfontsel.c +++ b/gtk/gtkfontsel.c @@ -922,7 +922,7 @@ gtk_font_selection_set_preview_text (GtkFontSelection *fontsel, GtkType gtk_font_selection_dialog_get_type (void) { - static guint font_selection_dialog_type = 0; + static GtkType font_selection_dialog_type = 0; if (!font_selection_dialog_type) { -- cgit v1.2.1