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/gtkbin.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/gtkbin.c')
-rw-r--r-- | gtk/gtkbin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbin.c b/gtk/gtkbin.c index e412869b24..e43042a166 100644 --- a/gtk/gtkbin.c +++ b/gtk/gtkbin.c @@ -46,7 +46,7 @@ static GtkContainerClass *parent_class = NULL; GtkType gtk_bin_get_type (void) { - static guint bin_type = 0; + static GtkType bin_type = 0; if (!bin_type) { |