[Mumps2Py:] [166] update the title bar once the m2p file has been created. |
[ Thread Index |
Date Index
| More lists.mumps2py.org/discuss Archives
]
Revision: 166
Author: pgallot
Date: 2008-03-10 19:29:25 +0000 (Mon, 10 Mar 2008)
Log Message:
-----------
update the title bar once the m2p file has been created.
Modified Paths:
--------------
trunk/mumps2py_ui.pyw
Modified: trunk/mumps2py_ui.pyw
===================================================================
--- trunk/mumps2py_ui.pyw 2008-03-10 19:20:50 UTC (rev 165)
+++ trunk/mumps2py_ui.pyw 2008-03-10 19:29:25 UTC (rev 166)
@@ -606,8 +606,9 @@
)
if m2p_fname:
if input_fname:
+ mumps2py.create_m2p_file(m2p_fname, input_fname)
self.current_file = m2p_fname
- mumps2py.create_m2p_file(m2p_fname, input_fname)
+ self.title()
self.message(m2p_fname + " created.")
def save_and_run(self):