Changeset 1384 for branch/ggpolo/umitGUI/Wizard.py
- Timestamp:
- 08/16/07 01:38:29 (6 years ago)
- Files:
-
- 1 modified
-
branch/ggpolo/umitGUI/Wizard.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/ggpolo/umitGUI/Wizard.py
r1349 r1384 324 324 annotation=annotation,\ 325 325 options=self.constructor.get_options()) 326 327 for i in xrange(self.notebook.get_n_pages()): 326 327 notebook_pages = True and self.notebook or 0 328 if notebook_pages: 329 notebook_pages = self.notebook.get_n_pages 330 331 for i in xrange(notebook_pages): 328 332 page = self.notebook.get_nth_page(i) 329 333 page.toolbar.profile_entry.update() 330 else: 334 #else: 335 elif self.notebook: 331 336 cmd = command % self.directions['Choose'].target_entry.get_text() 332 337 333 338 current_page = self.notebook.get_nth_page(self.notebook.get_current_page()) 334 339 current_page.execute_command(cmd)
