]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcolorsel.c
changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.
[~andy/gtk] / gtk / gtkcolorsel.c
index be02d6c330583949d1ef1172b9fb2144115aea9a..e4d6681f2e018353f7b3e10ae11029bd66b099fc 100644 (file)
@@ -207,8 +207,8 @@ gtk_color_selection_get_type (void)
        sizeof (GtkColorSelectionClass),
        (GtkClassInitFunc) gtk_color_selection_class_init,
        (GtkObjectInitFunc) gtk_color_selection_init,
-       /* reversed_1 */ NULL,
-       /* reversed_2 */ NULL,
+       /* reserved_1 */ NULL,
+       /* reserved_2 */ NULL,
         (GtkClassInitFunc) NULL,
       };
 
@@ -1445,8 +1445,8 @@ gtk_color_selection_dialog_get_type (void)
        sizeof (GtkColorSelectionDialogClass),
        (GtkClassInitFunc) gtk_color_selection_dialog_class_init,
        (GtkObjectInitFunc) gtk_color_selection_dialog_init,
-       /* reversed_1 */ NULL,
-       /* reversed_2 */ NULL,
+       /* reserved_1 */ NULL,
+       /* reserved_2 */ NULL,
         (GtkClassInitFunc) NULL,
       };