*** empty log message ***

This commit is contained in:
Matthias Clasen
2005-02-16 03:52:55 +00:00
parent 274a496fa6
commit b4a0ade14a
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-02-15 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkcalendar.sgml: Some additions.
2005-02-04 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.2 ===

View File

@@ -255,8 +255,8 @@ Obtains the selected date from a #GtkCalendar.
@calendar: a #GtkCalendar.
@year: location to store the year number.
@month: location to store the month number.
@day: location to store the day number.
@month: location to store the month number (between 0 and 11).
@day: location to store the day number (between 1 and 31).
<!-- ##### FUNCTION gtk_calendar_freeze ##### -->