diff --git a/ChangeLog b/ChangeLog index 2202a9e70b..66b1e61e61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-07-01 Matthias Clasen + * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs. (116364, Morten Welinder) + * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the corresponding dialogs. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 2202a9e70b..66b1e61e61 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2003-07-01 Matthias Clasen + * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs. (116364, Morten Welinder) + * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the corresponding dialogs. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 2202a9e70b..66b1e61e61 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,7 @@ 2003-07-01 Matthias Clasen + * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs. (116364, Morten Welinder) + * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the corresponding dialogs. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 2202a9e70b..66b1e61e61 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,7 @@ 2003-07-01 Matthias Clasen + * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs. (116364, Morten Welinder) + * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the corresponding dialogs. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 2202a9e70b..66b1e61e61 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2003-07-01 Matthias Clasen + * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs. (116364, Morten Welinder) + * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the corresponding dialogs. diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index 72095ab3ac..cfd0270baf 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -1694,7 +1694,7 @@ gtk_spin_button_get_adjustment (GtkSpinButton *spin_button) /** * gtk_spin_button_set_digits: * @spin_button: a #GtkSpinButton - * @digits: the number of digits to be displayed for the spin button's value + * @digits: the number of digits after the decimal point to be displayed for the spin button's value * * Set the precision to be displayed by @spin_button. Up to 20 digit precision * is allowed.