[gtk+/gtk-3-10] Remove duplicated word "id" from warning message



commit d0f593f5b8b956b58e53958fc4ec3dd220ac8891
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Feb 18 11:42:45 2014 +0100

    Remove duplicated word "id" from warning message

 gtk/gtkcontainer.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h
index 4a334df..45ca036 100644
--- a/gtk/gtkcontainer.h
+++ b/gtk/gtkcontainer.h
@@ -243,7 +243,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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]