gnome-shell r188 - trunk/scripts
- From: otaylor svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-shell r188 - trunk/scripts
- Date: Thu, 5 Feb 2009 21:52:04 +0000 (UTC)
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]