commit-gnue
[Top][All Lists]
Advanced

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

gnue/designer/src/forms/wizards AddDataSource.py


From: James Thompson
Subject: gnue/designer/src/forms/wizards AddDataSource.py
Date: Fri, 15 Nov 2002 15:22:04 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     James Thompson <address@hidden> 02/11/15 15:22:03

Modified files:
        designer/src/forms/wizards: AddDataSource.py 

Log message:
        Fix for addDataSource wizard when used on existing forms

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/src/forms/wizards/AddDataSource.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gnue/designer/src/forms/wizards/AddDataSource.py
diff -c gnue/designer/src/forms/wizards/AddDataSource.py:1.3 
gnue/designer/src/forms/wizards/AddDataSource.py:1.4
*** gnue/designer/src/forms/wizards/AddDataSource.py:1.3        Thu Nov 14 
20:01:25 2002
--- gnue/designer/src/forms/wizards/AddDataSource.py    Fri Nov 15 15:22:03 2002
***************
*** 71,77 ****
      if stepCode == '0':
  
        if self.__firstConnection:
!         self.variables['connection'] == self.__firstConnection
  
        return   { 'title': 'Add DataSource',
                   'content': (WizardText('To create your DataSource, I need to 
know some basic information.\n\n'
--- 71,77 ----
      if stepCode == '0':
  
        if self.__firstConnection:
!         self.variables['connection'] = self.__firstConnection
  
        return   { 'title': 'Add DataSource',
                   'content': (WizardText('To create your DataSource, I need to 
know some basic information.\n\n'




reply via email to

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