From cabedf4da95562f8372a543840748ea43dff2a91 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 29 Jul 1999 04:25:08 +0000 Subject: Make the code not take arguments (sync_cal_to_pilot): Nice event update 1999-07-28 Miguel de Icaza * calendar-pilot-sync.c: Make the code not take arguments (sync_cal_to_pilot): Nice event update information * calendar.c (calendar_new): Add Event UID hash table. (calendar_add_object): Add events to the hash table here. (calendar_remove_object): Remove events here. (calendar_object_find_event): Use the hash table here. * main.c (save_calendar_cmd): The object is already destroyed by gnome_dialog_run. * calendar-pilot-sync.c (sync_object_to_pilot): Do not turn archived bit on. svn path=/trunk/; revision=1041 --- calendar/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'calendar/main.c') diff --git a/calendar/main.c b/calendar/main.c index 7a1888898b..3a49dfaa9a 100644 --- a/calendar/main.c +++ b/calendar/main.c @@ -440,7 +440,6 @@ save_calendar_cmd (GtkWidget *widget, void *data) g_free (str); gnome_dialog_set_default (GNOME_DIALOG (box), 1); b = gnome_dialog_run (GNOME_DIALOG (box)); - gtk_object_destroy (GTK_OBJECT (box)); if (b != 0) return; -- cgit v1.2.3