From c874bba0e1ed8499512e1d525276c80b1543bc85 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 3 Jan 2011 22:55:38 -0500 Subject: [PATCH] GtkNotebook: fix reference to no-longer-exiting function in docs --- gtk/gtknotebook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 4def7780fb..dd62705bbf 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -8088,7 +8088,7 @@ gtk_notebook_get_tab_detachable (GtkNotebook *notebook, * notebook or widget. * * Note that 2 notebooks must share a common group identificator - * (see gtk_notebook_set_group()) to allow automatic tabs + * (see gtk_notebook_set_group_name()) to allow automatic tabs * interchange between them. * * If you want a widget to interact with a notebook through DnD