commit-gnue
[Top][All Lists]
Advanced

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

r5860 - trunk/gnue-common/src/apps


From: jcater
Subject: r5860 - trunk/gnue-common/src/apps
Date: Fri, 4 Jun 2004 15:03:21 -0500 (CDT)

Author: jcater
Date: 2004-06-04 15:03:19 -0500 (Fri, 04 Jun 2004)
New Revision: 5860

Modified:
   trunk/gnue-common/src/apps/GBaseApp.py
Log:
fix for missing application= in a custom GBaseApp script

Modified: trunk/gnue-common/src/apps/GBaseApp.py
===================================================================
--- trunk/gnue-common/src/apps/GBaseApp.py      2004-06-03 22:46:18 UTC (rev 
5859)
+++ trunk/gnue-common/src/apps/GBaseApp.py      2004-06-04 20:03:19 UTC (rev 
5860)
@@ -79,7 +79,7 @@
   ARGUMENTS = []      # Will contain an array of command line arguments
   connections = None  # Will contain a GConnection object
 
-  def __init__(self, connections=None, application=None, defaults=None):
+  def __init__(self, connections=None, application='common', defaults=None):
 
     # Basic options
     self._base_options = [





reply via email to

[Prev in Thread] Current Thread [Next in Thread]