[gnome-shell] shell-global: Remove an explicit js-version set
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] shell-global: Remove an explicit js-version set
- Date: Thu, 2 Jan 2014 18:41:35 +0000 (UTC)
commit 178b8471cc0a8e69fd1d16235f48b8724910b16e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Jan 2 13:26:48 2014 -0500
shell-global: Remove an explicit js-version set
gjs's default js-version is already 1.8, and we're planning on removing
this API in the future, in accordance with upstream.
src/shell-global.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/shell-global.c b/src/shell-global.c
index ee27014..9b7fbdc 100644
--- a/src/shell-global.c
+++ b/src/shell-global.c
@@ -300,7 +300,6 @@ shell_global_init (ShellGlobal *global)
global->js_context = g_object_new (GJS_TYPE_CONTEXT,
"search-path", search_path,
- "js-version", "1.8",
"gc-notifications", TRUE,
NULL);
g_signal_connect (global->js_context, "gc", G_CALLBACK (shell_global_on_gc), global);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]