From e1c7a4fece531ca19f0f31874fb8a985a8af63f1 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 29 Nov 2008 21:55:19 +0000 Subject: [PATCH] Fix missing line continuation Add a \ to the last GNOME_SHELL_DISABLE_TFP patch so that launcher.py actually works. svn path=/trunk/; revision=95 --- scripts/launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/launcher.py b/scripts/launcher.py index a11564857..537dc41f2 100644 --- a/scripts/launcher.py +++ b/scripts/launcher.py @@ -45,7 +45,7 @@ class Launcher: # Allow disabling usage of the EXT_texture_for_pixmap extension. # FIXME: Move this to ClutterGlxPixmap like # CLUTTER_PIXMAP_TEXTURE_RECTANGLE=disable. - if 'GNOME_SHELL_DISABLE_TFP' in os.environ and + if 'GNOME_SHELL_DISABLE_TFP' in os.environ and \ os.environ['GNOME_SHELL_DISABLE_TFP'] != '': use_tfp = False