forked from AuroraMiddleware/gtk
GtkFontChooser: Use G_PARAM_EXPLICIT_NOTIFY for show-preview-entry
Implementors will have to be adjusted.
This commit is contained in:
parent
6877253e14
commit
595a44680a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user