GtkColorChooser: Use G_PARAM_EXPLICIT_NOTIFY for use-alpha

Implementors will need to adjust.
This commit is contained in:
Matthias Clasen 2014-06-08 11:30:58 -04:00
parent b28123dd3c
commit d5a119ae9b

View File

@ -87,7 +87,7 @@ gtk_color_chooser_default_init (GtkColorChooserInterface *iface)
P_("Use alpha"),
P_("Whether alpha should be shown"),
TRUE,
GTK_PARAM_READWRITE));
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkColorChooser::color-activated: