commit-gnue
[Top][All Lists]
Advanced

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

gnue/common/src GDataSource.py


From: Jan Ischebeck
Subject: gnue/common/src GDataSource.py
Date: Tue, 08 Oct 2002 14:17:00 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  02/10/08 14:17:00

Modified files:
        common/src     : GDataSource.py 

Log message:
        fix static datasource for dropdown wizard <1>

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/GDataSource.py.diff?tr1=1.39&tr2=1.40&r1=text&r2=text

Patches:
Index: gnue/common/src/GDataSource.py
diff -c gnue/common/src/GDataSource.py:1.39 gnue/common/src/GDataSource.py:1.40
*** gnue/common/src/GDataSource.py:1.39 Sat Sep 28 02:30:02 2002
--- gnue/common/src/GDataSource.py      Tue Oct  8 14:17:00 2002
***************
*** 316,322 ****
  ######
  class GSql(GObjects.GObj):
    def __init__(self, parent=None):
!      GObjects.GObj(self, parent, type="GDSql")
  
  ######
  #
--- 316,322 ----
  ######
  class GSql(GObjects.GObj):
    def __init__(self, parent=None):
!      GObjects.GObj.__init__(self, parent, type="GDSql")
  
  ######
  #
***************
*** 325,339 ****
  ######
  class GStaticSet(GObjects.GObj):
    def __init__(self, parent=None):
!      GObjects.GObj(self, parent, type="GDStaticSet")
  
  class GStaticSetRow(GObjects.GObj):
    def __init__(self, parent=None):
!      GObjects.GObj(self, parent, type="GDStaticSetRow")
  
  class GStaticSetField(GObjects.GObj):
    def __init__(self, parent=None):
!      GObjects.GObj(self, parent, type="GDStaticSetField")
  
  ######
  #
--- 325,339 ----
  ######
  class GStaticSet(GObjects.GObj):
    def __init__(self, parent=None):
!      GObjects.GObj.__init__(self, parent, type="GDStaticSet")
  
  class GStaticSetRow(GObjects.GObj):
    def __init__(self, parent=None):
!      GObjects.GObj.__init__(self, parent, type="GDStaticSetRow")
  
  class GStaticSetField(GObjects.GObj):
    def __init__(self, parent=None):
!      GObjects.GObj.__init__(self, parent, type="GDStaticSetField")
  
  ######
  #




reply via email to

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