Changeset 773 for branch/ggpolo/umitGUI/MainWindow.py
- Timestamp:
- 06/05/07 20:20:54 (6 years ago)
- Files:
-
- 1 modified
-
branch/ggpolo/umitGUI/MainWindow.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/ggpolo/umitGUI/MainWindow.py
r772 r773 1008 1008 UmitDB().cleanup(SearchConfig().converted_save_time) 1009 1009 1010 # Stop Scheduler if it is running 1011 if os.path.isfile(os.path.split(Path.config_file)[0] + \ 1012 "/schedrunning"): 1013 subprocess.Popen([sys.executable, Path.sched_control, 'stop']) 1014 1010 1015 gtk.main_quit() 1011 1016
