gnome-shell r94 - trunk/scripts



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]