diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-10-03 15:54:52 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-10-03 15:54:52 +0000 |
commit | 70ae6a0e8336bd80f12cd97130f047f4ed33a9c2 (patch) | |
tree | 4fe213a3d298d5b564276b0c06515cdd422894c1 /gtk/gtkiconview.c | |
parent | 29d0ac8db57daf64d99d92c0e162a395982c265f (diff) | |
download | gtk+-70ae6a0e8336bd80f12cd97130f047f4ed33a9c2.tar.gz |
Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)
2006-10-03 Matthias Clasen <mclasen@redhat.com>
* gtk/*.c, gdk/*.c: Apply a patch by Behdad Esfahbod to
reduce relocations. (#359053)
Diffstat (limited to 'gtk/gtkiconview.c')
-rw-r--r-- | gtk/gtkiconview.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index c7d4661aaf..2991ef5615 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -8092,7 +8092,7 @@ gtk_icon_view_item_accessible_get_type (void) if (!type) { - static const GTypeInfo tinfo = + const GTypeInfo tinfo = { sizeof (GtkIconViewItemAccessibleClass), (GBaseInitFunc) NULL, /* base init */ @@ -9100,7 +9100,7 @@ gtk_icon_view_accessible_factory_get_type (void) if (!type) { - static const GTypeInfo tinfo = + const GTypeInfo tinfo = { sizeof (AtkObjectFactoryClass), NULL, /* base_init */ |