Parent Directory
|
Revision Log
|
Patch
revision 502 by jonathan, Mon Mar 10 15:11:53 2003 UTC | revision 512 by jonathan, Tue Mar 11 16:32:39 2003 UTC | |
---|---|---|
# | Line 355 class MainWindow(wxFrame): | Line 355 class MainWindow(wxFrame): |
355 | if dialog is None: | if dialog is None: |
356 | dialog = tree.SessionTreeView(self, self.application, name) | dialog = tree.SessionTreeView(self, self.application, name) |
357 | self.add_dialog(name, dialog) | self.add_dialog(name, dialog) |
358 | dialog.Show(true) | dialog.Show(True) |
359 | else: | else: |
360 | # FIXME: bring dialog to front here | # FIXME: bring dialog to front here |
361 | pass | pass |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |