aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/eventedit.c
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-05-09 08:04:08 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-05-09 08:04:08 +0800
commita9b1af2b26c0be96173149078b4e98b2b1d3aac2 (patch)
tree457f1242ed55d2503a3e8cca55c35e597fa0bd2d /calendar/gui/eventedit.c
parentca6dd05c600cfbaf6c9b16059b2377932463ea0d (diff)
downloadgsoc2013-evolution-a9b1af2b26c0be96173149078b4e98b2b1d3aac2.tar
gsoc2013-evolution-a9b1af2b26c0be96173149078b4e98b2b1d3aac2.tar.gz
gsoc2013-evolution-a9b1af2b26c0be96173149078b4e98b2b1d3aac2.tar.bz2
gsoc2013-evolution-a9b1af2b26c0be96173149078b4e98b2b1d3aac2.tar.lz
gsoc2013-evolution-a9b1af2b26c0be96173149078b4e98b2b1d3aac2.tar.xz
gsoc2013-evolution-a9b1af2b26c0be96173149078b4e98b2b1d3aac2.tar.zst
gsoc2013-evolution-a9b1af2b26c0be96173149078b4e98b2b1d3aac2.zip
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
Diffstat (limited to 'calendar/gui/eventedit.c')
-rw-r--r--calendar/gui/eventedit.c2
1 files changed, 1 insertions, 1 deletions
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