From a1688f7fd539452ec409f28998fb433f9732e925 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 7 Apr 2007 09:33:15 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ gtk/gtknotebook.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e652fb9a8a..e234a7b8fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-04-07 Xan Lopez + + * gtk/gtknotebook.c (gtk_notebook_class_init): + s/arrow-size/arrow-spacing in the arrow-spacing + style property docs. + 2007-04-06 Richard Hult * gdk/quartz/: Clean up namespaces to make the code more diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 00fc10a2bb..bd5c9233d3 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -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