Fix the Since: tag of GtkCalendarDetailFunc to correctly state 2.14, not 2.16.

svn path=/trunk/; revision=21077
This commit is contained in:
Torsten Schönfeld 2008-08-11 19:54:07 +00:00
parent 2ec847ba64
commit 7dbf580797
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-08-11 Torsten Schoenfeld <kaffeetisch@gmx.de>
* gtk/gtkcalendar.h: Fix the Since: tag of GtkCalendarDetailFunc
to correctly state 2.14, not 2.16.
2008-08-11 Sven Neumann <sven@gimp.org>
* demos/gtk-demo/changedisplay.c

View File

@ -91,7 +91,7 @@ typedef enum
* specified day. Examples for such details are holidays or appointments. The
* function returns %NULL when no information is available.
*
* Since: 2.16
* Since: 2.14
*
* Return value: Newly allocated string with Pango markup with details
* for the specified day, or %NULL.