Index: programs/mythbackend/scheduler.cpp
===================================================================
--- programs/mythbackend/scheduler.cpp	(revision 13414)
+++ programs/mythbackend/scheduler.cpp	(working copy)
@@ -1526,9 +1526,13 @@
 
         if (statuschanged)
         {
+	  QString msg;
             MythEvent me("SCHEDULE_CHANGE");
             gContext->dispatch(me);
-            idleSince = QDateTime();
+	    msg = QString("Resetting of idleSince aborted!");
+	    VERBOSE(VB_IMPORTANT, msg);
+
+            //idleSince = QDateTime();
         }
 
         // if idletimeout is 0, the user disabled the auto-shutdown feature
