On Wed, 2002-07-31 at 05:22, Michael Meeks wrote:
> CORBA_exception_init (&ev);
> CORBA_Context_set_one_value (
> context, "display",
> DisplayString (gdk_display),
> &ev);
> CORBA_exception_free (&ev);
Note that DisplayString() is not guarranteed to be unique on the same
display so this hack isn't completely reliable.
Also:
* The Wombat should not run per-display, but per-user. (So in
that case you don't want the DisplayString hack when activating
it.)
* The shell and the mail component don't expect to be run multiple
times on the same set of files -- so two Evolution instances
running at the same time on different displays can easily cause
trouble and cause ugly misbehaviors.
--
Ettore Perazzoli <ettore ximian com>
Attachment:
signature.asc
Description: This is a digitally signed message part