From 595a44680a9a4f34f5da161d915385e85949dcdc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 8 Jun 2014 11:58:19 -0400 Subject: [PATCH] GtkFontChooser: Use G_PARAM_EXPLICIT_NOTIFY for show-preview-entry Implementors will have to be adjusted. --- gtk/gtkfontchooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c index c7ac800763..35591d25dc 100644 --- a/gtk/gtkfontchooser.c +++ b/gtk/gtkfontchooser.c @@ -104,7 +104,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface) P_("Show preview text entry"), P_("Whether the preview text entry is shown or not"), TRUE, - GTK_PARAM_READWRITE)); + GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY)); /** * GtkFontChooser::font-activated: