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/gtkclipboard-quartz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkclipboard-quartz.c') diff --git a/gtk/gtkclipboard-quartz.c b/gtk/gtkclipboard-quartz.c index 2922a4ccff..e86feeffa1 100644 --- a/gtk/gtkclipboard-quartz.c +++ b/gtk/gtkclipboard-quartz.c @@ -152,7 +152,7 @@ gtk_clipboard_get_type (void) if (!clipboard_type) { - static const GTypeInfo clipboard_info = + const GTypeInfo clipboard_info = { sizeof (GtkClipboardClass), NULL, /* base_init */ -- cgit v1.2.1