]> Pileus Git - ~andy/gtk/commitdiff
Fix a typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 21 Mar 2005 06:04:01 +0000 (06:04 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 21 Mar 2005 06:04:01 +0000 (06:04 +0000)
gtk/gtkcellrenderer.c

index ca1146824f235e0cb16820119030603543ad6884..db91cdfc169aa0ddab985968dc5d136c8e55b416 100644 (file)
@@ -283,7 +283,7 @@ gtk_cell_renderer_class_init (GtkCellRendererClass *class)
                                                     -1,
                                                     G_MAXINT,
                                                     -1,
-                                                    G_PARAM_READWRITE | STATIC_STRING));
+                                                    G_PARAM_READWRITE | STATIC_STRINGS));
 
   g_object_class_install_property (object_class,
                                   PROP_IS_EXPANDER,