diff --git a/src/gnome-shell-plugin.c b/src/gnome-shell-plugin.c index 9d96303c0..69e63a272 100644 --- a/src/gnome-shell-plugin.c +++ b/src/gnome-shell-plugin.c @@ -364,7 +364,10 @@ gnome_shell_plugin_start (MetaPlugin *plugin) shell_js = JSDIR; search_path = g_strsplit(shell_js, ":", -1); - shell_plugin->gjs_context = gjs_context_new_with_search_path(search_path); + shell_plugin->gjs_context = g_object_new (GJS_TYPE_CONTEXT, + "search-path", search_path, + "js-version", "1.8", + NULL); g_strfreev(search_path); /* Disable the gnome-volume-control debug */