Remove duplicated word "id" from warning message

Desktop / GNOME / GTK - Ignacio Casal Quinteiro [gnome.org] - 18 February 2014 04:42 UTC



###

diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h
index 00c3936..ebc5b57 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

0b4cb12 Remove duplicated word "id" from warning message
gtk/gtkcontainer.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share