From a9b1af2b26c0be96173149078b4e98b2b1d3aac2 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Sat, 9 May 1998 00:04:08 +0000 Subject: 1. Fix: `New Appointment' defaults to the current day. 2. Add `New 1. Fix: `New Appointment' defaults to the current day. 2. Add `New appointment today' entry. 3. Use the new freeze/thaw changes to avoid the extensive flicker. Miguel. svn path=/trunk/; revision=209 --- calendar/gui/eventedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/eventedit.c') diff --git a/calendar/gui/eventedit.c b/calendar/gui/eventedit.c index 30068867a3..b843ad049c 100644 --- a/calendar/gui/eventedit.c +++ b/calendar/gui/eventedit.c @@ -1437,7 +1437,7 @@ static void event_editor_init (EventEditor *ee) { ee->ical = 0; - gnome_dialog_set_destroy(GNOME_DIALOG(ee), TRUE); + gnome_dialog_set_close (GNOME_DIALOG(ee), TRUE); } static void -- cgit v1.2.3