X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtknotebook.c;h=8eb626ad8860ef29259b2d9f2733038641d8d4c3;hb=2a0aa82bf8d43addd2bcbf364b96efc3529e0cf9;hp=7596a6cd324c213dde3ae5e36d08ae149233b0bb;hpb=f38cb2a116e1113fc28204f0c5e120b78c5fa070;p=~andy%2Fgtk diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 7596a6cd3..8eb626ad8 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -4159,8 +4159,9 @@ gtk_notebook_page_num (GtkNotebook *notebook, * gtk_notebook_set_current_page: * @notebook: a #GtkNotebook * @page_num: index of the page to switch to, starting from 0. - * If negative, or greater than the number of pages - * in the notebook the last page will be used. + * If negative, the last page will be used. If greater + * than the number of pages in the notebook, nothing + * will be done. * * Switches to the page number @page_num. **/