gnome-shell r20 - trunk/scripts



Author: otaylor
Date: Sun Nov  2 03:03:00 2008
New Revision: 20
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=20&view=rev

Log:
Fix --debug option to default to gdb

When --debug is specified, pick up the default value for
--debug-command of 'gdb --args' correctly.

Modified:
   trunk/scripts/launcher.py

Modified: trunk/scripts/launcher.py
==============================================================================
--- trunk/scripts/launcher.py	(original)
+++ trunk/scripts/launcher.py	Sun Nov  2 03:03:00 2008
@@ -71,7 +71,7 @@
             env['GJS_DEBUG_TOPICS'] = 'JS LOG'
 
         if self.options.debug:
-            args = list(self.options.debug_command)
+            args = list(self.debug_command)
         else:
             args = []
                 



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