diff options
author | Alex Larsson <alexl@redhat.com> | 2001-09-06 21:51:35 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-09-06 21:51:35 +0000 |
commit | bf882d441791b08e78b3de8fab69b29fbc185c30 (patch) | |
tree | 6070a2c3abb58cb9a769f313fbd6d78a6496f3cb /gtk/gtkfontsel.c | |
parent | 13cba606221f927560a138e407ce7c2021c42a39 (diff) | |
download | gtk+-bf882d441791b08e78b3de8fab69b29fbc185c30.tar.gz |
Use GtkType/GType instead of uint.
2001-09-06 Alex Larsson <alexl@redhat.com>
* gtk/gtkbin.c:
* gtk/gtkfontsel.c:
* gtk/gtkspinbutton.c:
* gtk/gtktipsquery.c:
Use GtkType/GType instead of uint.
Diffstat (limited to 'gtk/gtkfontsel.c')
-rw-r--r-- | gtk/gtkfontsel.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |