summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-06-07 16:39:02 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-06-09 13:30:55 -0400
commit9722ae0458d9c0612e9406fe396e6b65bae7928e (patch)
treeef52c264527338a3ee8225bfec2a1876f3ba18f0
parent5ce3d8e74fa8ebe06806be26499e5ea548f21d53 (diff)
downloadgtk+-9722ae0458d9c0612e9406fe396e6b65bae7928e.tar.gz
GtkCellEditable: Use G_PARAM_EXPLICIT_NOTIFY
This is an interface property, so all implementors will have to adjust to this.
-rw-r--r--gtk/gtkcelleditable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcelleditable.c b/gtk/gtkcelleditable.c
index 7302549dc6..1c9e2eb314 100644
--- a/gtk/gtkcelleditable.c
+++ b/gtk/gtkcelleditable.c
@@ -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: