From 533d59e2cd30ba79a99a71907ffdda65505e633a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 28 Jan 2009 17:19:34 +0000 Subject: Add unique-1.0 requirement (blessed external dependency). Make EShell a subclass of UniqueApp and handle single-instance negotiation. When another Evolution process is running: - Running "evolution" will simply present the existing windows. - Running "evolution -c " will open a shell window set to . - Running "evolution " will open an appropriate window for . The second process will then terminate immediately. svn path=/branches/kill-bonobo/; revision=37147 --- widgets/misc/e-activity-proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/misc') diff --git a/widgets/misc/e-activity-proxy.c b/widgets/misc/e-activity-proxy.c index dc41e71f8f..9c08a8d9a0 100644 --- a/widgets/misc/e-activity-proxy.c +++ b/widgets/misc/e-activity-proxy.c @@ -160,7 +160,7 @@ activity_proxy_dispose (GObject *object) if (priv->button != NULL) { g_object_unref (priv->button); - priv->image = NULL; + priv->button = NULL; } if (priv->image != NULL) { -- cgit v1.2.3