Skip to content
This repository was archived by the owner on Oct 25, 2018. It is now read-only.

Commit d12c3cd

Browse files
committed
run: Fix typo that broke env var support
1 parent c6b6ba5 commit d12c3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdg-app-run.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ xdg_app_context_load_metadata (XdgAppContext *context,
748748
for (i = 0; i < keys_count; i++)
749749
{
750750
const char *key = keys[i];
751-
g_autofree char *value = g_key_file_get_string (metakey, XDG_APP_METADATA_GROUP_SESSION_BUS_POLICY, key, NULL);
751+
g_autofree char *value = g_key_file_get_string (metakey, XDG_APP_METADATA_GROUP_ENVIRONMENT, key, NULL);
752752

753753
xdg_app_context_set_env_var (context, key, value);
754754
}

0 commit comments

Comments
 (0)