gnome-shell r95 - trunk/scripts
- From: otaylor svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-shell r95 - trunk/scripts
- Date: Sat, 29 Nov 2008 21:55:19 +0000 (UTC)
Author: otaylor
Date: Sat Nov 29 21:55:19 2008
New Revision: 95
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=95&view=rev
Log:
Fix missing line continuation
Add a \ to the last GNOME_SHELL_DISABLE_TFP patch so that
launcher.py actually works.
Modified:
trunk/scripts/launcher.py
Modified: trunk/scripts/launcher.py
==============================================================================
--- trunk/scripts/launcher.py (original)
+++ trunk/scripts/launcher.py Sat Nov 29 21:55:19 2008
@@ -45,7 +45,7 @@
# 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]