From aceb2b2da1960f02b60f41322847bb3d5185be5c Mon Sep 17 00:00:00 2001
From: Per Hedbor <ph@opera.com>
Date: Thu, 12 Jul 2001 20:49:56 +0200
Subject: [PATCH] Fixed get_date

Rev: src/post_modules/GTK/source/gtkcalendar.pre:1.7
---
 src/post_modules/GTK/source/gtkcalendar.pre | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/post_modules/GTK/source/gtkcalendar.pre b/src/post_modules/GTK/source/gtkcalendar.pre
index b3698b9950..84497c6e3a 100644
--- a/src/post_modules/GTK/source/gtkcalendar.pre
+++ b/src/post_modules/GTK/source/gtkcalendar.pre
@@ -44,6 +44,7 @@ mapping get_date()
   push_int( m );
   push_text("day");
   push_int( d );
+  f_aggregate_mapping( 6 );
 }
 
 void freeze();
-- 
GitLab