mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Made the "parent_class" pointer static. The pixbuf-engine coincidentially
2001-03-05 Michael Natterer <mitch@gimp.org> * gtk/gtklabel.c: Made the "parent_class" pointer static. The pixbuf-engine coincidentially also failed to make one of it's parent_class pointers static, causing overwriting of GtkLabel's parent_class pointer in pixbuf_style_class_init(). (Will commit the fix to the pixbuf-engine too).
This commit is contained in:
parent
83c3e076ef
commit
209d22cb98
@ -1,3 +1,11 @@
|
||||
2001-03-05 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtklabel.c: Made the "parent_class" pointer static. The
|
||||
pixbuf-engine coincidentially also failed to make one of it's
|
||||
parent_class pointers static, causing overwriting of GtkLabel's
|
||||
parent_class pointer in pixbuf_style_class_init().
|
||||
(Will commit the fix to the pixbuf-engine too).
|
||||
|
||||
2001-03-05 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.h:
|
||||
|
@ -1,3 +1,11 @@
|
||||
2001-03-05 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtklabel.c: Made the "parent_class" pointer static. The
|
||||
pixbuf-engine coincidentially also failed to make one of it's
|
||||
parent_class pointers static, causing overwriting of GtkLabel's
|
||||
parent_class pointer in pixbuf_style_class_init().
|
||||
(Will commit the fix to the pixbuf-engine too).
|
||||
|
||||
2001-03-05 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.h:
|
||||
|
@ -1,3 +1,11 @@
|
||||
2001-03-05 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtklabel.c: Made the "parent_class" pointer static. The
|
||||
pixbuf-engine coincidentially also failed to make one of it's
|
||||
parent_class pointers static, causing overwriting of GtkLabel's
|
||||
parent_class pointer in pixbuf_style_class_init().
|
||||
(Will commit the fix to the pixbuf-engine too).
|
||||
|
||||
2001-03-05 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.h:
|
||||
|
@ -1,3 +1,11 @@
|
||||
2001-03-05 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtklabel.c: Made the "parent_class" pointer static. The
|
||||
pixbuf-engine coincidentially also failed to make one of it's
|
||||
parent_class pointers static, causing overwriting of GtkLabel's
|
||||
parent_class pointer in pixbuf_style_class_init().
|
||||
(Will commit the fix to the pixbuf-engine too).
|
||||
|
||||
2001-03-05 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.h:
|
||||
|
@ -1,3 +1,11 @@
|
||||
2001-03-05 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtklabel.c: Made the "parent_class" pointer static. The
|
||||
pixbuf-engine coincidentially also failed to make one of it's
|
||||
parent_class pointers static, causing overwriting of GtkLabel's
|
||||
parent_class pointer in pixbuf_style_class_init().
|
||||
(Will commit the fix to the pixbuf-engine too).
|
||||
|
||||
2001-03-05 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.h:
|
||||
|
@ -1,3 +1,11 @@
|
||||
2001-03-05 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtklabel.c: Made the "parent_class" pointer static. The
|
||||
pixbuf-engine coincidentially also failed to make one of it's
|
||||
parent_class pointers static, causing overwriting of GtkLabel's
|
||||
parent_class pointer in pixbuf_style_class_init().
|
||||
(Will commit the fix to the pixbuf-engine too).
|
||||
|
||||
2001-03-05 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.h:
|
||||
|
@ -1,3 +1,11 @@
|
||||
2001-03-05 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtklabel.c: Made the "parent_class" pointer static. The
|
||||
pixbuf-engine coincidentially also failed to make one of it's
|
||||
parent_class pointers static, causing overwriting of GtkLabel's
|
||||
parent_class pointer in pixbuf_style_class_init().
|
||||
(Will commit the fix to the pixbuf-engine too).
|
||||
|
||||
2001-03-05 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/gdkwindow.h:
|
||||
|
@ -118,7 +118,8 @@ static void gtk_label_select_region_index (GtkLabel *label,
|
||||
gint end_index);
|
||||
|
||||
|
||||
GtkMiscClass *parent_class = NULL;
|
||||
static GtkMiscClass *parent_class = NULL;
|
||||
|
||||
|
||||
GtkType
|
||||
gtk_label_get_type (void)
|
||||
|
Loading…
Reference in New Issue
Block a user