gnome-shell r188 - trunk/scripts



Author: otaylor
Date: Thu Feb  5 21:52:04 2009
New Revision: 188
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=188&view=rev

Log:
Fix start-replace for --wide addition to launcher.py

Don't look for options.wide when accept_geometry isn't passed to the
Launcher constructor.

(Reported by Achim Frase)

Modified:
   trunk/scripts/launcher.py

Modified: trunk/scripts/launcher.py
==============================================================================
--- trunk/scripts/launcher.py	(original)
+++ trunk/scripts/launcher.py	Thu Feb  5 21:52:04 2009
@@ -59,7 +59,7 @@
         else:
             self.debug_command = ["gdb", "--args"]
 
-        if self.options.wide:
+        if accept_geometry and self.options.wide:
             self.options.geometry = "1280x800"
 
     def start_shell(self):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]