From 84ba8642c55c514b7fe23aa90fabdbd0d90250ab Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 10 Jul 2000 09:30:28 +0000 Subject: As a quasi-hack, do a gdk_flush() when the shell view is unrealized so 2000-07-10 Federico Mena Quintero * e-shell-view.c (unrealize): As a quasi-hack, do a gdk_flush() when the shell view is unrealized so that the DeleteEvent gets sent to the remote plugs as soon as possible before we start making other CORBA calls. The problem is that our CORBA pipe is synchronous while our X pipe is asynch. We have to ensure ordering for certain operations. This is NOT the correct and complete fix, which should go in Bonobo. svn path=/trunk/; revision=4030 --- calendar/pcs/cal-backend-imc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/pcs/cal-backend-imc.c') diff --git a/calendar/pcs/cal-backend-imc.c b/calendar/pcs/cal-backend-imc.c index 3e079218cf..20c0292793 100644 --- a/calendar/pcs/cal-backend-imc.c +++ b/calendar/pcs/cal-backend-imc.c @@ -560,6 +560,8 @@ cal_destroy_cb (GtkObject *object, gpointer data) IMCPrivate *priv; GList *l; + fprintf (stderr, "cal_destroy_cb(): A Cal was destroyed!\n"); + cal = CAL (object); cbimc = CAL_BACKEND_IMC (data); -- cgit v1.2.3