diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-04-30 23:40:19 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-04-30 23:40:19 +0000 |
commit | e3d181b81c1b4361122426ece78dd1cf0f0c5a53 (patch) | |
tree | c376ccf57c79c45c7865e50089257d4911b3783e /gtk/gtkcontainer.c | |
parent | eccf6735c90a5c20a2b5445806e1ac7f3170c103 (diff) | |
download | gdk-pixbuf-e3d181b81c1b4361122426ece78dd1cf0f0c5a53.tar.gz |
Improve a warning.
* gtk/gtkcontainer.c (gtk_container_class_install_child_property):
Improve a warning.
* gdk/linux-fb/gdkinput.c (gdk_device_get_axis): Remove a broken
and redundant doc comment.
* gtk/gtkprogress.c (gtk_progress_class_init):
* gtk/gtkprogressbar.c (gtk_progress_bar_class_init):
* gtk/gtktexttag.c (gtk_text_tag_class_init):
* gtk/gtknotebook.c (gtk_notebook_class_init): Better blurbs,
incorporating stuff from the doc templates.
* gtk/gtkplug.c (gtk_plug_construct): Fix docs.
Diffstat (limited to 'gtk/gtkcontainer.c')
-rw-r--r-- | gtk/gtkcontainer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index b93d9d1ad..3690a4b02 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -642,7 +642,7 @@ gtk_container_class_install_child_property (GtkContainerClass *class, if (g_param_spec_pool_lookup (_gtk_widget_child_property_pool, pspec->name, G_OBJECT_CLASS_TYPE (class), FALSE)) { - g_warning (G_STRLOC ": class `%s' already contains a property named `%s'", + g_warning (G_STRLOC ": class `%s' already contains a child property named `%s'", G_OBJECT_CLASS_NAME (class), pspec->name); return; |