/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/mainwindow.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/mainwindow.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1031 by jan, Mon May 26 15:33:02 2003 UTC revision 1035 by jan, Mon May 26 17:03:08 2003 UTC
# Line 564  class MainWindow(DockFrame): Line 564  class MainWindow(DockFrame):
564                                           _("Layer Table: %s") % layer.Title(),                                           _("Layer Table: %s") % layer.Title(),
565                                           layer, table)                                           layer, table)
566                  self.add_dialog(name, dialog)                  self.add_dialog(name, dialog)
567                  dialog.Show(true)                  dialog.Show(True)
568              else:              else:
569                  # FIXME: bring dialog to front here                  # FIXME: bring dialog to front here
570                  pass                  pass
# Line 688  class MainWindow(DockFrame): Line 688  class MainWindow(DockFrame):
688                                                _("Table: %s") % table_list[i],                                                _("Table: %s") % table_list[i],
689                                                tables[i])                                                tables[i])
690                  self.add_dialog(table_list[i], dialog)                  self.add_dialog(table_list[i], dialog)
691                  dialog.Show(true)                  dialog.Show(True)
692    
693          # XXX: just some analyis code, remove it when the above XXX is          # XXX: just some analyis code, remove it when the above XXX is
694          # resolved.          # resolved.

Legend:
Removed from v.1031  
changed lines
  Added in v.1035

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26