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

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

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

revision 2470 by bh, Thu Dec 16 11:00:10 2004 UTC revision 2505 by jan, Thu Dec 23 15:10:41 2004 UTC
# Line 586  class ProjFrame(NonModalNonParentDialog) Line 586  class ProjFrame(NonModalNonParentDialog)
586          with get_user_proj_file and cache it in self.__usrProjFile.          with get_user_proj_file and cache it in self.__usrProjFile.
587    
588          Show a busy cursor while loading the file.          Show a busy cursor while loading the file.
589        
590          If the file is not available, leave a note to the console.          If the file is not available, leave a note to the console.
591          """          """
592          if self.__usrProjFile is None:          if self.__usrProjFile is None:
# Line 595  class ProjFrame(NonModalNonParentDialog) Line 595  class ProjFrame(NonModalNonParentDialog)
595                  projfile, warnings = get_user_proj_file()                  projfile, warnings = get_user_proj_file()
596                  if warnings:                  if warnings:
597                      sys.stderr.write("".join(warnings))                      sys.stderr.write("".join(warnings))
598                        sys.stderr.write("\n")
599                  self.__usrProjFile = projfile                  self.__usrProjFile = projfile
600              finally:              finally:
601                  ThubanEndBusyCursor()                  ThubanEndBusyCursor()

Legend:
Removed from v.2470  
changed lines
  Added in v.2505

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26