summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-10-18 17:17:24 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-10-19 18:22:08 +0200
commit921f069269e27bb2505f569b0d655b96aca54cad (patch)
tree38c86a57b34fb50e52e1e9cf1b91702036383f8a /gtk
parent6e4643de140d07b0470a29e9f28b06634f09f3c1 (diff)
downloadgtk+-921f069269e27bb2505f569b0d655b96aca54cad.tar.gz
Remove the outdated faq
It mainly contains information that is already covered in the API docs, or is outdated, or refers to no longer existing widgets.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkcontainer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c
index 30930e0bd8..4ed9071908 100644
--- a/gtk/gtkcontainer.c
+++ b/gtk/gtkcontainer.c
@@ -1449,8 +1449,7 @@ gtk_container_add (GtkContainer *container,
{
g_warning ("Attempting to add a widget with type %s to a container of "
"type %s, but the widget is already inside a container of type %s, "
- "the GTK+ FAQ at http://library.gnome.org/devel/gtk-faq/stable/ "
- "explains how to reparent a widget.",
+ "please use gtk_widget_reparent()" ,
g_type_name (G_OBJECT_TYPE (widget)),
g_type_name (G_OBJECT_TYPE (container)),
g_type_name (G_OBJECT_TYPE (parent)));