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/gtktipsquery.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/gtktipsquery.c')
-rw-r--r-- | gtk/gtktipsquery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktipsquery.c b/gtk/gtktipsquery.c index 03d2a8d821..ed16c1f730 100644 --- a/gtk/gtktipsquery.c +++ b/gtk/gtktipsquery.c @@ -84,7 +84,7 @@ static guint tips_query_signals[SIGNAL_LAST] = { 0 }; GtkType gtk_tips_query_get_type (void) { - static guint tips_query_type = 0; + static GtkType tips_query_type = 0; if (!tips_query_type) { |