GtkColorChooser: Correct the signal registration

This commit is contained in:
Murray Cumming
2012-03-02 18:29:33 +01:00
parent 482f04c89c
commit 819cd055b5

View File

@ -109,7 +109,7 @@ gtk_color_chooser_default_init (GtkColorChooserInterface *iface)
NULL, NULL, NULL, NULL,
NULL, NULL,
G_TYPE_NONE, G_TYPE_NONE,
1, G_TYPE_STRING); 1, GDK_TYPE_RGBA);
} }
void void