mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
eek, fixed an embarrasing bug that caused this function to always return
Sat Dec 19 22:49:40 1998 Tim Janik <timj@gtk.org> * gtk/gtktypeutils.c (gtk_type_query): eek, fixed an embarrasing bug that caused this function to always return NULL (noticed by marius vollmer).
This commit is contained in:
parent
651e2f744f
commit
5070b178e9
@ -1,3 +1,9 @@
|
||||
Sat Dec 19 22:49:40 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtktypeutils.c (gtk_type_query): eek, fixed an embarrasing bug
|
||||
that caused this function to always return NULL (noticed by marius
|
||||
vollmer).
|
||||
|
||||
Sat Dec 19 17:28:30 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Don't add the gthread libs to
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Dec 19 22:49:40 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtktypeutils.c (gtk_type_query): eek, fixed an embarrasing bug
|
||||
that caused this function to always return NULL (noticed by marius
|
||||
vollmer).
|
||||
|
||||
Sat Dec 19 17:28:30 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Don't add the gthread libs to
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Dec 19 22:49:40 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtktypeutils.c (gtk_type_query): eek, fixed an embarrasing bug
|
||||
that caused this function to always return NULL (noticed by marius
|
||||
vollmer).
|
||||
|
||||
Sat Dec 19 17:28:30 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Don't add the gthread libs to
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Dec 19 22:49:40 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtktypeutils.c (gtk_type_query): eek, fixed an embarrasing bug
|
||||
that caused this function to always return NULL (noticed by marius
|
||||
vollmer).
|
||||
|
||||
Sat Dec 19 17:28:30 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Don't add the gthread libs to
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Dec 19 22:49:40 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtktypeutils.c (gtk_type_query): eek, fixed an embarrasing bug
|
||||
that caused this function to always return NULL (noticed by marius
|
||||
vollmer).
|
||||
|
||||
Sat Dec 19 17:28:30 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Don't add the gthread libs to
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Dec 19 22:49:40 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtktypeutils.c (gtk_type_query): eek, fixed an embarrasing bug
|
||||
that caused this function to always return NULL (noticed by marius
|
||||
vollmer).
|
||||
|
||||
Sat Dec 19 17:28:30 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Don't add the gthread libs to
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Dec 19 22:49:40 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtktypeutils.c (gtk_type_query): eek, fixed an embarrasing bug
|
||||
that caused this function to always return NULL (noticed by marius
|
||||
vollmer).
|
||||
|
||||
Sat Dec 19 17:28:30 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Don't add the gthread libs to
|
||||
|
@ -894,6 +894,8 @@ gtk_type_query (GtkType type)
|
||||
query->type_name = node->type_info.type_name;
|
||||
query->object_size = node->type_info.object_size;
|
||||
query->class_size = node->type_info.class_size;
|
||||
|
||||
return query;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user