From f1b08663ddff6432289ca4780bc823c96d471657 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Sat, 18 Apr 1998 04:02:46 +0000 Subject: Yes. Yes. It works. It loads, it saves, it does all that stuff. It works, even if federico complains that we did not test close. Repetition, alarms, all that stuff you all guys love. It it is there. We did minimal testing, but we know you will happilly commit a fix if you find a problem, right? Ok, we are off to a party now. Miguel svn path=/trunk/; revision=155 --- calendar/eventedit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/eventedit.c') diff --git a/calendar/eventedit.c b/calendar/eventedit.c index 3ea0f674ec..39a92c5480 100644 --- a/calendar/eventedit.c +++ b/calendar/eventedit.c @@ -1265,7 +1265,7 @@ get_exception_string (time_t t) { static char buf[256]; - strftime (buf, 256, "%a %b %d %Y", localtime (&t)); /* FIXME: how to i18n this? */ + strftime (buf, sizeof(buf), "%a %b %d %Y", localtime (&t)); /* FIXME: how to i18n this? */ return buf; } @@ -1483,7 +1483,7 @@ event_editor_new (GnomeCalendar *gcal, iCalObject *ical) ee = EVENT_EDITOR (retval); if (ical == 0){ - ical = ical_new ("Test Comment", user_name, "Test Summary"); + ical = ical_new ("", user_name, ""); ical->new = 1; } -- cgit v1.2.3