jhbuild r1999 - in trunk: . jhbuild/modtypes



Author: fpeters
Date: Sun Apr  6 15:10:43 2008
New Revision: 1999
URL: http://svn.gnome.org/viewvc/jhbuild?rev=1999&view=rev

Log:
* jhbuild/modtypes/mozillamodule.py: fixed extra_env default value
(closes: #526421)



Modified:
   trunk/ChangeLog
   trunk/jhbuild/modtypes/mozillamodule.py

Modified: trunk/jhbuild/modtypes/mozillamodule.py
==============================================================================
--- trunk/jhbuild/modtypes/mozillamodule.py	(original)
+++ trunk/jhbuild/modtypes/mozillamodule.py	Sun Apr  6 15:10:43 2008
@@ -30,7 +30,7 @@
 class MozillaModule(AutogenModule):
     def __init__(self, name, projects, revision, autogenargs='',
 		 makeargs='', dependencies=[], after=[], suggests=[],
-                 repository = None, extra_env = extra_env):
+                 repository = None, extra_env = None):
         AutogenModule.__init__(self, name, branch=None,
                                autogenargs=autogenargs,
                                makeargs=makeargs,



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