[gtk+] Remove the outdated faq



commit 921f069269e27bb2505f569b0d655b96aca54cad
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Oct 18 17:17:24 2010 -0400

    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.

 configure.ac          |    1 -
 docs/Makefile.am      |    2 +-
 docs/faq/Makefile.am  |   44 -
 docs/faq/gtk-faq.sgml | 3637 -------------------------------------------------
 gtk/gtkcontainer.c    |    3 +-
 5 files changed, 2 insertions(+), 3685 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 607dd79..a2cc5b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1649,7 +1649,6 @@ docs/reference/gdk/version.xml
 docs/reference/gtk/Makefile
 docs/reference/gtk/version.xml
 docs/reference/libgail-util/Makefile
-docs/faq/Makefile
 docs/tools/Makefile
 build/Makefile
 build/win32/Makefile
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 41206ac..9cbdb39 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 include $(top_srcdir)/Makefile.decl
 
-SUBDIRS = faq reference tools
+SUBDIRS = reference tools
 
 EXTRA_DIST += \
 	CODING-STYLE			\
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c
index 30930e0..4ed9071 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)));



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