mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue