GtkSeparatorToolItem: Use G_PARAM_EXPLICIT_NOTIFY

This commit is contained in:
Matthias Clasen 2014-06-09 09:40:06 -04:00
parent 710a5b3a90
commit 4867e95291

View File

@ -144,7 +144,7 @@ gtk_separator_tool_item_class_init (GtkSeparatorToolItemClass *class)
P_("Draw"),
P_("Whether the separator is drawn, or just blank"),
TRUE,
GTK_PARAM_READWRITE));
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
}
static void