Fix GNOME_SHELL_DISABLE_DISABLE_TFP typo

In my last commit of RainCT's patch, I screwed up the
envvar name when moving the code around. This fixes that.

svn path=/trunk/; revision=94
This commit is contained in:
Owen Taylor 2008-11-29 21:44:19 +00:00
parent 097346766e
commit b700bb3900

View File

@ -45,8 +45,8 @@ 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_DISABLE_TFP' in os.environ and
os.environ['GNOME_SHELL_DISABLE_DISABLE_TFP'] != '':
if 'GNOME_SHELL_DISABLE_TFP' in os.environ and
os.environ['GNOME_SHELL_DISABLE_TFP'] != '':
use_tfp = False
if use_tfp: