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:
parent
097346766e
commit
b700bb3900
@ -45,8 +45,8 @@ class Launcher:
|
|||||||
# Allow disabling usage of the EXT_texture_for_pixmap extension.
|
# Allow disabling usage of the EXT_texture_for_pixmap extension.
|
||||||
# FIXME: Move this to ClutterGlxPixmap like
|
# FIXME: Move this to ClutterGlxPixmap like
|
||||||
# CLUTTER_PIXMAP_TEXTURE_RECTANGLE=disable.
|
# CLUTTER_PIXMAP_TEXTURE_RECTANGLE=disable.
|
||||||
if 'GNOME_SHELL_DISABLE_DISABLE_TFP' in os.environ and
|
if 'GNOME_SHELL_DISABLE_TFP' in os.environ and
|
||||||
os.environ['GNOME_SHELL_DISABLE_DISABLE_TFP'] != '':
|
os.environ['GNOME_SHELL_DISABLE_TFP'] != '':
|
||||||
use_tfp = False
|
use_tfp = False
|
||||||
|
|
||||||
if use_tfp:
|
if use_tfp:
|
||||||
|
Loading…
Reference in New Issue
Block a user