]> Pileus Git - ~andy/gtk/commitdiff
Fix docs in terms of what out of range @page_num does. (#73371, Vitaly
authorOwen Taylor <otaylor@redhat.com>
Mon, 4 Mar 2002 15:54:09 +0000 (15:54 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 4 Mar 2002 15:54:09 +0000 (15:54 +0000)
Mon Mar  4 10:35:28 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
        in terms of what out of range @page_num does. (#73371,
        Vitaly Tishkov.)

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtknotebook.c

index a22b249d58265de15bc1e40338e09c556e35cb77..c2563a15366eba1c0c3952c4570b1ca7177b0e1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Mar  4 10:35:28 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
+       in terms of what out of range @page_num does. (#73371,
+       Vitaly Tishkov.)
+
 2002-03-02  Havoc Pennington  <hp@pobox.com>
 
        * demos/gtk-demo/editable_cells.c (cell_edited): const fix
index a22b249d58265de15bc1e40338e09c556e35cb77..c2563a15366eba1c0c3952c4570b1ca7177b0e1a 100644 (file)
@@ -1,3 +1,9 @@
+Mon Mar  4 10:35:28 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
+       in terms of what out of range @page_num does. (#73371,
+       Vitaly Tishkov.)
+
 2002-03-02  Havoc Pennington  <hp@pobox.com>
 
        * demos/gtk-demo/editable_cells.c (cell_edited): const fix
index a22b249d58265de15bc1e40338e09c556e35cb77..c2563a15366eba1c0c3952c4570b1ca7177b0e1a 100644 (file)
@@ -1,3 +1,9 @@
+Mon Mar  4 10:35:28 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
+       in terms of what out of range @page_num does. (#73371,
+       Vitaly Tishkov.)
+
 2002-03-02  Havoc Pennington  <hp@pobox.com>
 
        * demos/gtk-demo/editable_cells.c (cell_edited): const fix
index a22b249d58265de15bc1e40338e09c556e35cb77..c2563a15366eba1c0c3952c4570b1ca7177b0e1a 100644 (file)
@@ -1,3 +1,9 @@
+Mon Mar  4 10:35:28 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
+       in terms of what out of range @page_num does. (#73371,
+       Vitaly Tishkov.)
+
 2002-03-02  Havoc Pennington  <hp@pobox.com>
 
        * demos/gtk-demo/editable_cells.c (cell_edited): const fix
index a22b249d58265de15bc1e40338e09c556e35cb77..c2563a15366eba1c0c3952c4570b1ca7177b0e1a 100644 (file)
@@ -1,3 +1,9 @@
+Mon Mar  4 10:35:28 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
+       in terms of what out of range @page_num does. (#73371,
+       Vitaly Tishkov.)
+
 2002-03-02  Havoc Pennington  <hp@pobox.com>
 
        * demos/gtk-demo/editable_cells.c (cell_edited): const fix
index a22b249d58265de15bc1e40338e09c556e35cb77..c2563a15366eba1c0c3952c4570b1ca7177b0e1a 100644 (file)
@@ -1,3 +1,9 @@
+Mon Mar  4 10:35:28 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
+       in terms of what out of range @page_num does. (#73371,
+       Vitaly Tishkov.)
+
 2002-03-02  Havoc Pennington  <hp@pobox.com>
 
        * demos/gtk-demo/editable_cells.c (cell_edited): const fix
index a22b249d58265de15bc1e40338e09c556e35cb77..c2563a15366eba1c0c3952c4570b1ca7177b0e1a 100644 (file)
@@ -1,3 +1,9 @@
+Mon Mar  4 10:35:28 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_set_current_page): Fix docs
+       in terms of what out of range @page_num does. (#73371,
+       Vitaly Tishkov.)
+
 2002-03-02  Havoc Pennington  <hp@pobox.com>
 
        * demos/gtk-demo/editable_cells.c (cell_edited): const fix
index 7596a6cd324c213dde3ae5e36d08ae149233b0bb..8eb626ad8860ef29259b2d9f2733038641d8d4c3 100644 (file)
@@ -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.
  **/