Remove duplicated word "id" from warning message

This commit is contained in:
Ignacio Casal Quinteiro 2014-02-18 11:42:45 +01:00
parent d23cc787b9
commit 0b4cb125e7

View File

@ -262,7 +262,7 @@ void gtk_container_child_notify (GtkContainer *container,
* properties in set_child_property(<!-- -->) and get_child_property(<!-- -->) implementations.
*/
#define GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID(object, property_id, pspec) \
G_OBJECT_WARN_INVALID_PSPEC ((object), "child property id", (property_id), (pspec))
G_OBJECT_WARN_INVALID_PSPEC ((object), "child property", (property_id), (pspec))
GDK_AVAILABLE_IN_ALL