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
This commit is contained in:
parent
b700bb3900
commit
e1c7a4fece
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user