commit-gnue
[Top][All Lists]
Advanced

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

gnue/forms/src UIbase.py GFDisplayHandler.py


From: Jason Cater
Subject: gnue/forms/src UIbase.py GFDisplayHandler.py
Date: Thu, 14 Feb 2002 01:22:23 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/02/14 01:22:23

Modified files:
        forms/src      : UIbase.py 
Added files:
        forms/src      : GFDisplayHandler.py 

Log message:
        more work on Input Masks

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

Patches:
Index: gnue/forms/src/UIbase.py
diff -c gnue/forms/src/UIbase.py:1.50 gnue/forms/src/UIbase.py:1.51
*** gnue/forms/src/UIbase.py:1.50       Tue Jan  8 12:05:56 2002
--- gnue/forms/src/UIbase.py    Thu Feb 14 01:22:23 2002
***************
*** 1,19 ****
  #
  # 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.
  #
! # GNU Enterprise is distributed in the hope that it will be 
! # useful, but WITHOUT ANY WARRANTY; without even the implied 
  # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  # PURPOSE. See the GNU General Public License for more details.
  #
! # You should have received a copy of the GNU General Public 
  # License along with program; see the file COPYING. If not,
! # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
  # Copyright 2000, 2001 Free Software Foundation
--- 1,19 ----
  #
  # 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.
  #
! # GNU Enterprise is distributed in the hope that it will be
! # useful, but WITHOUT ANY WARRANTY; without even the implied
  # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  # PURPOSE. See the GNU General Public License for more details.
  #
! # You should have received a copy of the GNU General Public
  # License along with program; see the file COPYING. If not,
! # write to the Free Software Foundation, Inc., 59 Temple Place
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
  # Copyright 2000, 2001 Free Software Foundation
***************
*** 67,73 ****
      #
      global UI
      UI = __import__(self.getModule(), globals(), locals(), ['UIAbout'])
!     
      self.widgets = UI.WIDGETS
  
      self._loginHandler = None
--- 67,73 ----
      #
      global UI
      UI = __import__(self.getModule(), globals(), locals(), ['UIAbout'])
! 
      self.widgets = UI.WIDGETS
  
      self._loginHandler = None



reply via email to

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