summaryrefslogtreecommitdiff
path: root/gtk/gtkbin.c
diff options
context:
space:
mode:
authorAlex Larsson <alexl@redhat.com>2001-09-06 21:51:35 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-09-06 21:51:35 +0000
commitbf882d441791b08e78b3de8fab69b29fbc185c30 (patch)
tree6070a2c3abb58cb9a769f313fbd6d78a6496f3cb /gtk/gtkbin.c
parent13cba606221f927560a138e407ce7c2021c42a39 (diff)
downloadgdk-pixbuf-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbin.c b/gtk/gtkbin.c
index e412869b2..e43042a16 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)
{