GtkCellEditable: Use G_PARAM_EXPLICIT_NOTIFY
This is an interface property, so all implementors will have to adjust to this.
This commit is contained in:
parent
5ce3d8e74f
commit
9722ae0458
@ -51,7 +51,7 @@ gtk_cell_editable_default_init (GtkCellEditableInterface *iface)
|
||||
P_("Editing Canceled"),
|
||||
P_("Indicates that editing has been canceled"),
|
||||
FALSE,
|
||||
GTK_PARAM_READWRITE));
|
||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
|
||||
|
||||
/**
|
||||
* GtkCellEditable::editing-done:
|
||||
|
Loading…
Reference in New Issue
Block a user