commit-gnue
[Top][All Lists]
Advanced

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

gnue common/src/definitions/GObjects.py forms/s...


From: Jan Ischebeck
Subject: gnue common/src/definitions/GObjects.py forms/s...
Date: Thu, 10 Apr 2003 02:12:22 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  03/04/10 02:12:22

Modified files:
        common/src/definitions: GObjects.py 
        forms/src      : GFConfig.py 

Log message:
        minor clean up

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/definitions/GObjects.py.diff?tr1=1.57&tr2=1.58&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/GFConfig.py.diff?tr1=1.21&tr2=1.22&r1=text&r2=text

Patches:
Index: gnue/common/src/definitions/GObjects.py
diff -c gnue/common/src/definitions/GObjects.py:1.57 
gnue/common/src/definitions/GObjects.py:1.58
*** gnue/common/src/definitions/GObjects.py:1.57        Fri Mar 28 10:54:09 2003
--- gnue/common/src/definitions/GObjects.py     Thu Apr 10 02:12:22 2003
***************
*** 325,332 ****
    #
    # findChildOfType
    #
!   # Moves upward though the parents of an object till
!   # it finds the parent of the specified type
    #
    def findChildOfType(self, type, includeSelf=1, allowAllChildren=0):
  
--- 325,332 ----
    #
    # findChildOfType
    #
!   # Moves downward though the children of an object till
!   # it finds the child of the specified type
    #
    def findChildOfType(self, type, includeSelf=1, allowAllChildren=0):
  
Index: gnue/forms/src/GFConfig.py
diff -c gnue/forms/src/GFConfig.py:1.21 gnue/forms/src/GFConfig.py:1.22
*** gnue/forms/src/GFConfig.py:1.21     Mon Feb 17 02:32:53 2003
--- gnue/forms/src/GFConfig.py  Thu Apr 10 02:12:22 2003
***************
*** 296,309 ****
      'Typecast'   : GTypecast.text,
      'Default'    : 'gnue.png' },
  
- 
-   { 'Name'       : 'GEASDir',
-     'Type'       : 'Setting',
-     'Comment'    : 'Base location of GEAS files',
-     'Description': 'Base location of GEAS files',
-     'Typecast'   : GTypecast.text,
-     'Default'    : '/usr/local/' },
- 
    { 'Name'       : 'widgetHeight',
      'Type'       : 'Setting',
      'Comment'    : "The default height of widgets for widgets that don't 
specify height in .gfd file",
--- 296,301 ----




reply via email to

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