commit-gnue
[Top][All Lists]
Advanced

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

gnue/forms/src/GFObjects GFBlock.py


From: Jason Cater
Subject: gnue/forms/src/GFObjects GFBlock.py
Date: Sun, 19 May 2002 12:06:04 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/05/19 12:06:04

Modified files:
        forms/src/GFObjects: GFBlock.py 

Log message:
        bugfix for datasource-less blocks

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/src/GFObjects/GFBlock.py.diff?cvsroot=OldCVS&tr1=1.50&tr2=1.51&r1=text&r2=text

Patches:
Index: gnue/forms/src/GFObjects/GFBlock.py
diff -c gnue/forms/src/GFObjects/GFBlock.py:1.50 
gnue/forms/src/GFObjects/GFBlock.py:1.51
*** gnue/forms/src/GFObjects/GFBlock.py:1.50    Sat May  4 12:45:08 2002
--- gnue/forms/src/GFObjects/GFBlock.py Sun May 19 12:06:04 2002
***************
*** 1,9 ****
  #
- # Copyright 2000-2002 Free Software Foundation
- #
  # This file is part of GNU Enterprise.
  #
! # GNU Enterprise is free software; you can redistribute it 
  # and/or modify it under the terms of the GNU General Public
  # License as published by the Free Software Foundation; either
  # version 2, or (at your option) any later version.
--- 1,7 ----
  #
  # This file is part of GNU Enterprise.
  #
! # GNU Enterprise is free software; you can redistribute it
  # and/or modify it under the terms of the GNU General Public
  # License as published by the Free Software Foundation; either
  # version 2, or (at your option) any later version.
***************
*** 18,30 ****
  # write to the Free Software Foundation, Inc., 59 Temple Place
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
  #
  # FILE:
  # GFBlock.py
  #
  # DESCRIPTION:
  #
- #
  # NOTES:
  #
  # HISTORY:
--- 16,28 ----
  # write to the Free Software Foundation, Inc., 59 Temple Place
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
+ # Copyright 2000-2002 Free Software Foundation
  #
  # FILE:
  # GFBlock.py
  #
  # DESCRIPTION:
  #
  # NOTES:
  #
  # HISTORY:
***************
*** 125,131 ****
        self.datasource = ds.name = "dts_%s" % self
        self._form._datasourceDictionary[ds.name] = ds
        ds._buildObject()
!       ds.initialize()
  
      self._dataSourceLink = self._form._datasourceDictionary[self.datasource]
      self._dataSourceLink.registerResultSetListener(self._loadResultSet)
--- 123,129 ----
        self.datasource = ds.name = "dts_%s" % self
        self._form._datasourceDictionary[ds.name] = ds
        ds._buildObject()
!       ds.phaseInit()
  
      self._dataSourceLink = self._form._datasourceDictionary[self.datasource]
      self._dataSourceLink.registerResultSetListener(self._loadResultSet)



reply via email to

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