gtk+ r20693 - in trunk: . gtk
- From: mr svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20693 - in trunk: . gtk
- Date: Fri, 27 Jun 2008 11:51:40 +0000 (UTC)
Author: mr
Date: Fri Jun 27 11:51:40 2008
New Revision: 20693
URL: http://svn.gnome.org/viewvc/gtk+?rev=20693&view=rev
Log:
* gtk/gtkcontainer.c: (gtk_container_add): Fixed the FAQ location
in the warning produced here.
Modified:
trunk/ChangeLog
trunk/gtk/gtkcontainer.c
Modified: trunk/gtk/gtkcontainer.c
==============================================================================
--- trunk/gtk/gtkcontainer.c (original)
+++ trunk/gtk/gtkcontainer.c Fri Jun 27 11:51:40 2008
@@ -1146,7 +1146,8 @@
{
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://www.gtk.org/faq/ explains how to reparent a widget.",
+ "the GTK+ FAQ at http://library.gnome.org/devel/gtk-faq/stable/ "
+ "explains how to reparent a widget.",
g_type_name (G_OBJECT_TYPE (widget)),
g_type_name (G_OBJECT_TYPE (container)),
g_type_name (G_OBJECT_TYPE (widget->parent)));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]