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)
This commit is contained in:
Matthias Clasen
2006-10-03 15:54:52 +00:00
committed by Matthias Clasen
parent 29d0ac8db5
commit 70ae6a0e83
21 changed files with 28 additions and 26 deletions

View File

@ -33,7 +33,7 @@ gtk_tree_sortable_get_type (void)
if (! tree_sortable_type)
{
static const GTypeInfo tree_sortable_info =
const GTypeInfo tree_sortable_info =
{
sizeof (GtkTreeSortableIface), /* class_size */
gtk_tree_sortable_base_init, /* base_init */