[PythonReports-checkins] PythonReports/PythonReports design.py, 1.17, 1.18
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2007-06-24 13:04:54
|
Update of /cvsroot/pythonreports/PythonReports/PythonReports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27597 Modified Files: design.py Log Message: update window title after save (filename may change) Index: design.py =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/design.py,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** design.py 8 Dec 2006 15:29:07 -0000 1.17 --- design.py 24 Jun 2007 13:04:21 -0000 1.18 *************** *** 5,8 **** --- 5,9 ---- """PythonReports Template Designer""" """History (most recent first): + 24-jun-2007 [als] update window title after save (filename may change) 08-dec-2006 [als] invalidate .current_node when new file is loaded; ditto, when selected node is being deleted; *************** *** 1667,1670 **** --- 1668,1672 ---- self.filedir = os.path.dirname(os.path.abspath(filename)) self.loaded_text = str(self.report) + self.updateTitle() return True |