From 8836250d71fd560b05937239cb066c90d60c6317 Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Fri, 24 Jun 2016 12:03:01 +0200 Subject: Fix preference name --- python/servo/package_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/package_commands.py') diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py index 0c44fdaf3dc..434e9113bf7 100644 --- a/python/servo/package_commands.py +++ b/python/servo/package_commands.py @@ -90,7 +90,7 @@ class PackageCommands(CommandBase): servo_args = ['-w', '-b', '--pref', 'dom.mozbrowser.enabled', '--pref', 'dom.forcetouch.enabled', - '--pref', 'shell.builtin-key-shortcuts=false', + '--pref', 'shell.builtin-key-shortcuts.enabled=false', path.join(browserhtml_path, 'out', 'index.html')] runservo = os.open(dir_to_package + 'runservo.sh', os.O_WRONLY | os.O_CREAT, int("0755", 8)) -- cgit v1.2.3