diff options
author | Ignacio Casal Quinteiro <icq@gnome.org> | 2014-02-18 11:42:45 +0100 |
---|---|---|
committer | Ignacio Casal Quinteiro <icq@gnome.org> | 2014-02-18 11:42:45 +0100 |
commit | 0b4cb125e74b1a38af2499c840a7545d0b86ce8c (patch) | |
tree | 87bed8b63587d125864f77c470f4bca466be7ae3 /gtk/gtkcontainer.h | |
parent | d23cc787b9788084d7ddf84e00285a2f9815ae58 (diff) | |
download | gtk+-0b4cb125e74b1a38af2499c840a7545d0b86ce8c.tar.gz |
Remove duplicated word "id" from warning message3.11.6
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r-- | gtk/gtkcontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h index 00c3936b4d..ebc5b570fa 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -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 |