Skip to content
Snippets Groups Projects
Commit aceb2b2d authored by Per Hedbor's avatar Per Hedbor
Browse files

Fixed get_date

Rev: src/post_modules/GTK/source/gtkcalendar.pre:1.7
parent a1cf4758
Branches
Tags
No related merge requests found
...@@ -44,6 +44,7 @@ mapping get_date() ...@@ -44,6 +44,7 @@ mapping get_date()
push_int( m ); push_int( m );
push_text("day"); push_text("day");
push_int( d ); push_int( d );
f_aggregate_mapping( 6 );
} }
void freeze(); void freeze();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment