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/gtkfilechooserembed.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/gtkfilechooserembed.c')
-rw-r--r-- | gtk/gtkfilechooserembed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserembed.c b/gtk/gtkfilechooserembed.c index 68415b459a..ab8d904083 100644 --- a/gtk/gtkfilechooserembed.c +++ b/gtk/gtkfilechooserembed.c @@ -141,7 +141,7 @@ _gtk_file_chooser_embed_get_type (void) if (!file_chooser_embed_type) { - static const GTypeInfo file_chooser_embed_info = + const GTypeInfo file_chooser_embed_info = { sizeof (GtkFileChooserEmbedIface), /* class_size */ NULL, /* base_init */ |