From 59d11879efb2a9a847f614faaa85f67644258f70 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 9 Apr 2014 18:07:22 -0700 Subject: [PATCH] gapplication-tool: fix a typo This must have never worked. https://bugzilla.gnome.org/show_bug.cgi?id=727928 --- gio/gapplication-tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gapplication-tool.c b/gio/gapplication-tool.c index a1b9875..fb5678c 100644 --- a/gio/gapplication-tool.c +++ b/gio/gapplication-tool.c @@ -293,7 +293,7 @@ app_get_platform_data (void) g_variant_builder_init (&builder, G_VARIANT_TYPE_VARDICT); - if ((startup_id = g_getenv ("DESKTOP_STARTUP_iD"))) + if ((startup_id = g_getenv ("DESKTOP_STARTUP_ID"))) g_variant_builder_add (&builder, "{sv}", "desktop-startup-id", g_variant_new_string (startup_id)); return g_variant_builder_end (&builder); -- 2.7.4