s/arrow-size/arrow-spacing in the arrow-spacing style property docs.

* gtk/gtknotebook.c (gtk_notebook_class_init): 
	s/arrow-size/arrow-spacing in the arrow-spacing
	style property docs.

svn path=/trunk/; revision=17585
This commit is contained in:
Xan Lopez 2007-04-07 09:33:15 +00:00
parent 9e2114e629
commit a1688f7fd5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2007-04-07 Xan Lopez <xan@gnome.org>
* gtk/gtknotebook.c (gtk_notebook_class_init):
s/arrow-size/arrow-spacing in the arrow-spacing
style property docs.
2007-04-06 Richard Hult <richard@imendio.com>
* gdk/quartz/: Clean up namespaces to make the code more

View File

@ -767,7 +767,7 @@ gtk_notebook_class_init (GtkNotebookClass *class)
/**
* GtkNotebook:arrow-spacing:
*
* The "arrow-size" property defines the spacing between the scroll
* The "arrow-spacing" property defines the spacing between the scroll
* arrows and the tabs.
*
* Since: 2.10