summaryrefslogtreecommitdiff
path: root/gtk/gtkcelleditable.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-10-03 15:54:52 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-10-03 15:54:52 +0000
commit70ae6a0e8336bd80f12cd97130f047f4ed33a9c2 (patch)
tree4fe213a3d298d5b564276b0c06515cdd422894c1 /gtk/gtkcelleditable.c
parent29d0ac8db57daf64d99d92c0e162a395982c265f (diff)
downloadgtk+-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/gtkcelleditable.c')
-rw-r--r--gtk/gtkcelleditable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcelleditable.c b/gtk/gtkcelleditable.c
index e35b5c7672..0223022424 100644
--- a/gtk/gtkcelleditable.c
+++ b/gtk/gtkcelleditable.c
@@ -33,7 +33,7 @@ gtk_cell_editable_get_type (void)
if (! cell_editable_type)
{
- static const GTypeInfo cell_editable_info =
+ const GTypeInfo cell_editable_info =
{
sizeof (GtkCellEditableIface), /* class_size */
gtk_cell_editable_base_init, /* base_init */