GtkFontChooser: Use G_PARAM_EXPLICIT_NOTIFY for show-preview-entry

Implementors will have to be adjusted.
This commit is contained in:
Matthias Clasen 2014-06-08 11:58:19 -04:00
parent 6877253e14
commit 595a44680a

View File

@ -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: