diff options
author | Torsten Schönfeld <tsch@src.gnome.org> | 2008-08-11 19:54:07 +0000 |
---|---|---|
committer | Torsten Schönfeld <tsch@src.gnome.org> | 2008-08-11 19:54:07 +0000 |
commit | 7dbf580797041e1d913433f3671ce2c95a5eac89 (patch) | |
tree | f0341031581a022c7aa16b4537086a01abf7f1fc /gtk/gtkcalendar.h | |
parent | 2ec847ba640a64a373f7fc73a3ed2244705cc6e7 (diff) | |
download | gtk+-7dbf580797041e1d913433f3671ce2c95a5eac89.tar.gz |
Fix the Since: tag of GtkCalendarDetailFunc to correctly state 2.14, not 2.16.
svn path=/trunk/; revision=21077
Diffstat (limited to 'gtk/gtkcalendar.h')
-rw-r--r-- | gtk/gtkcalendar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcalendar.h b/gtk/gtkcalendar.h index 840e320f00..76dd002724 100644 --- a/gtk/gtkcalendar.h +++ b/gtk/gtkcalendar.h @@ -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. |