GtkCellAreaBox: Use G_PARAM_EXPLICIT_NOTIFY

This commit is contained in:
Matthias Clasen 2014-06-07 14:07:32 -04:00
parent d5c56ea780
commit 8b1757b6e0

View File

@ -312,7 +312,7 @@ gtk_cell_area_box_class_init (GtkCellAreaBoxClass *class)
0,
G_MAXINT,
0,
GTK_PARAM_READWRITE));
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/* Cell Properties */
/**