aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/cal-factory.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-07-10 17:30:28 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-07-10 17:30:28 +0800
commit84ba8642c55c514b7fe23aa90fabdbd0d90250ab (patch)
tree54fe069a02cf1ea69f6ee237221ef3c919ff46e7 /calendar/pcs/cal-factory.c
parentf587f3d4a5643c1ebe5aa7be2883fa1137b6645f (diff)
downloadgsoc2013-evolution-84ba8642c55c514b7fe23aa90fabdbd0d90250ab.tar
gsoc2013-evolution-84ba8642c55c514b7fe23aa90fabdbd0d90250ab.tar.gz
gsoc2013-evolution-84ba8642c55c514b7fe23aa90fabdbd0d90250ab.tar.bz2
gsoc2013-evolution-84ba8642c55c514b7fe23aa90fabdbd0d90250ab.tar.lz
gsoc2013-evolution-84ba8642c55c514b7fe23aa90fabdbd0d90250ab.tar.xz
gsoc2013-evolution-84ba8642c55c514b7fe23aa90fabdbd0d90250ab.tar.zst
gsoc2013-evolution-84ba8642c55c514b7fe23aa90fabdbd0d90250ab.zip
As a quasi-hack, do a gdk_flush() when the shell view is unrealized so
2000-07-10 Federico Mena Quintero <federico@helixcode.com> * 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
Diffstat (limited to 'calendar/pcs/cal-factory.c')
-rw-r--r--calendar/pcs/cal-factory.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/pcs/cal-factory.c b/calendar/pcs/cal-factory.c
index 9e60815805..83ebd272a3 100644
--- a/calendar/pcs/cal-factory.c
+++ b/calendar/pcs/cal-factory.c
@@ -274,6 +274,8 @@ backend_last_client_gone_cb (CalBackend *backend, gpointer data)
gboolean result;
GnomeVFSURI *orig_uri;
+ fprintf (stderr, "backend_last_client_gone_cb() called!\n");
+
factory = CAL_FACTORY (data);
priv = factory->priv;