gnome-shell r94 - trunk/scripts
- From: otaylor svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-shell r94 - trunk/scripts
- Date: Sat, 29 Nov 2008 21:44:20 +0000 (UTC)
Author: otaylor
Date: Sat Nov 29 21:44:19 2008
New Revision: 94
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=94&view=rev
Log:
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.
Modified:
trunk/scripts/launcher.py
Modified: trunk/scripts/launcher.py
==============================================================================
--- trunk/scripts/launcher.py (original)
+++ trunk/scripts/launcher.py Sat Nov 29 21:44:19 2008
@@ -45,8 +45,8 @@
# 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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]