]> Pileus Git - ~andy/gtk/commitdiff
gtk+/gtk/gtkitemfactory.c fixed a little type in docs for
authorAlexey Malyshev <maa@sparc.spb.su>
Fri, 1 Mar 2002 14:46:38 +0000 (14:46 +0000)
committerVitaly Tishkov <tvv@src.gnome.org>
Fri, 1 Mar 2002 14:46:38 +0000 (14:46 +0000)
2002-03-01 Alexey Malyshev <maa@sparc.spb.su>

        * gtk+/gtk/gtkitemfactory.c
fixed a little type in docs for gtk_notebook_set_show_border()

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 657c78465d033f8842af80e1d81723733cb1c76c..438c9ba703fc30ed78999a406c8b236f08c66fd5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
+       
+        * gtk+/gtk/gtkitemfactory.c
+       fixed a little type in docs for gtk_notebook_set_show_border()
+       
 Fri Mar  1 09:05:19 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):
index 657c78465d033f8842af80e1d81723733cb1c76c..438c9ba703fc30ed78999a406c8b236f08c66fd5 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
+       
+        * gtk+/gtk/gtkitemfactory.c
+       fixed a little type in docs for gtk_notebook_set_show_border()
+       
 Fri Mar  1 09:05:19 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):
index 657c78465d033f8842af80e1d81723733cb1c76c..438c9ba703fc30ed78999a406c8b236f08c66fd5 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
+       
+        * gtk+/gtk/gtkitemfactory.c
+       fixed a little type in docs for gtk_notebook_set_show_border()
+       
 Fri Mar  1 09:05:19 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):
index 657c78465d033f8842af80e1d81723733cb1c76c..438c9ba703fc30ed78999a406c8b236f08c66fd5 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
+       
+        * gtk+/gtk/gtkitemfactory.c
+       fixed a little type in docs for gtk_notebook_set_show_border()
+       
 Fri Mar  1 09:05:19 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):
index 657c78465d033f8842af80e1d81723733cb1c76c..438c9ba703fc30ed78999a406c8b236f08c66fd5 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
+       
+        * gtk+/gtk/gtkitemfactory.c
+       fixed a little type in docs for gtk_notebook_set_show_border()
+       
 Fri Mar  1 09:05:19 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):
index 657c78465d033f8842af80e1d81723733cb1c76c..438c9ba703fc30ed78999a406c8b236f08c66fd5 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
+       
+        * gtk+/gtk/gtkitemfactory.c
+       fixed a little type in docs for gtk_notebook_set_show_border()
+       
 Fri Mar  1 09:05:19 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):
index 657c78465d033f8842af80e1d81723733cb1c76c..438c9ba703fc30ed78999a406c8b236f08c66fd5 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
+       
+        * gtk+/gtk/gtkitemfactory.c
+       fixed a little type in docs for gtk_notebook_set_show_border()
+       
 Fri Mar  1 09:05:19 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):
index 90aef822846ef0c948f84bf7929cb29c1d8ee4ed..fd6d01cbc016a673d8c9d959328f85eb6bafdb87 100644 (file)
@@ -4250,7 +4250,7 @@ gtk_notebook_prev_page (GtkNotebook *notebook)
  * @show_border: %TRUE if a bevel should be drawn around the notebook.
  * 
  * Sets whether a bevel will be drawn around the notebook pages.
- * this is only has an effect when the tabs are not shown.
+ * This is only has an effect when the tabs are not shown.
  * See gtk_notebook_set_show_tabs().
  **/
 void