Fix a typo

svn path=/trunk/; revision=18076
This commit is contained in:
Matthias Clasen 2007-06-07 18:03:57 +00:00
parent a0295692d3
commit 8210544708
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-06-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtksettings.c: Fix a typo in the docs.
2007-06-07 Christian Neumair <cneumair@gnome.org>
* gtk/gtkstock.[ch]: Add GTK_STOCK_DISCARD, #158008.

View File

@ -247,7 +247,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
* The timer is reset after each user interaction.
*
* Setting this to zero has the same effect as setting
* #GtkSettings:gtk-cursor-blinks to %FALSE.
* #GtkSettings:gtk-cursor-blink to %FALSE.
*
* Since: 2.12
*/