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/gtkclipboard-quartz.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/gtkclipboard-quartz.c')
-rw-r--r-- | gtk/gtkclipboard-quartz.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |