From 70ae6a0e8336bd80f12cd97130f047f4ed33a9c2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 3 Oct 2006 15:54:52 +0000 Subject: Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 Matthias Clasen * gtk/*.c, gdk/*.c: Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) --- gtk/gtktreednd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtktreednd.c') diff --git a/gtk/gtktreednd.c b/gtk/gtktreednd.c index 1f5d99d2f4..02cb54b43f 100644 --- a/gtk/gtktreednd.c +++ b/gtk/gtktreednd.c @@ -30,7 +30,7 @@ gtk_tree_drag_source_get_type (void) if (!our_type) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (GtkTreeDragSourceIface), /* class_size */ NULL, /* base_init */ @@ -59,7 +59,7 @@ gtk_tree_drag_dest_get_type (void) if (!our_type) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (GtkTreeDragDestIface), /* class_size */ NULL, /* base_init */ -- cgit v1.2.1