diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-06-08 11:30:37 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-06-09 13:30:58 -0400 |
commit | b28123dd3ce0b9901a5a4a0306b1d3f7644d41df (patch) | |
tree | 3956e6ae0f926a044901e7bd22cb48579114730a | |
parent | 2f82250cc1473e956721f0f6cdf5e6fe4b750633 (diff) | |
download | gtk+-b28123dd3ce0b9901a5a4a0306b1d3f7644d41df.tar.gz |
GtkColorButton: Use G_PARAM_EXPLICIT_NOTIFY
-rw-r--r-- | gtk/gtkcolorbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c index 00bbc87729..47ec009baf 100644 --- a/gtk/gtkcolorbutton.c +++ b/gtk/gtkcolorbutton.c @@ -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: |