Changeset 517


Ignore:
Timestamp:
09/16/08 14:14:30 (5 years ago)
Author:
fma
Message:

run() now return response value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/papywizard/controller/abstractController.py

    r508 r517  
    77 
    88 - B{papywizard} (U{http://trac.gbiloba.org/papywizard}) is Copyright: 
    9   - (C) 2007-2008 Frédéric Mantegazza 
     9  - (C) 2007-2008 Frᅵdᅵric Mantegazza 
    1010 
    1111This software is governed by the B{CeCILL} license under French law and 
     
    4545- AbstractController 
    4646 
    47 @author: Frédéric Mantegazza 
    48 @copyright: (C) 2007-2008 Frédéric Mantegazza 
     47@author: Frᅵdᅵric Mantegazza 
     48@copyright: (C) 2007-2008 Frᅵdᅵric Mantegazza 
    4949@license: CeCILL 
    5050""" 
     
    105105        """ Run the dialog. 
    106106        """ 
    107         self.dialog.run() 
     107        return self.dialog.run() 
    108108         
    109109    def destroyView(self): 
Note: See TracChangeset for help on using the changeset viewer.