forked from AuroraMiddleware/gtk
GtkColorButton: Use G_PARAM_EXPLICIT_NOTIFY
This commit is contained in:
parent
2f82250cc1
commit
b28123dd3c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user