Index: branch/ggpolo/umitGUI/MainWindow.py
===================================================================
--- branch/ggpolo/umitGUI/MainWindow.py (revision 772)
+++ branch/ggpolo/umitGUI/MainWindow.py (revision 773)
@@ -1008,4 +1008,9 @@
             UmitDB().cleanup(SearchConfig().converted_save_time)
             
+            # Stop Scheduler if it is running
+            if os.path.isfile(os.path.split(Path.config_file)[0] + \
+            "/schedrunning"):
+                subprocess.Popen([sys.executable, Path.sched_control, 'stop'])
+
             gtk.main_quit()
 
