GtkColorButton: Use G_PARAM_EXPLICIT_NOTIFY

This commit is contained in:
Matthias Clasen 2014-06-08 11:30:37 -04:00
parent 2f82250cc1
commit b28123dd3c

View File

@ -171,7 +171,7 @@ gtk_color_button_class_init (GtkColorButtonClass *klass)
g_param_spec_boolean ("use-alpha", P_("Use alpha"),
P_("Whether to give the color an alpha value"),
FALSE,
GTK_PARAM_READWRITE));
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkColorButton:title: