commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnue-common/gnue/common GParser.py


From: Jason Cater
Subject: gnue/gnue-common/gnue/common GParser.py
Date: Wed, 06 Jun 2001 14:33:13 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/06/06 14:33:13

Modified files:
        gnue-common/gnue/common: GParser.py 

Log message:
        Added getDescription to GContent for use by designer packages

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/gnue/common/GParser.py.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: gnue/gnue-common/gnue/common/GParser.py
diff -u gnue/gnue-common/gnue/common/GParser.py:1.9 
gnue/gnue-common/gnue/common/GParser.py:1.10
--- gnue/gnue-common/gnue/common/GParser.py:1.9 Tue May 29 19:20:57 2001
+++ gnue/gnue-common/gnue/common/GParser.py     Wed Jun  6 14:33:13 2001
@@ -278,3 +278,11 @@
   def getObjectType(self): 
     return "_content_"
 
+  #
+  # getDescription
+  #
+  # Return a useful description of this object
+  # Used by designer clients
+  #
+  def getDescription(self): 
+    return "(Content)"



reply via email to

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