Index: libs/libmythfreemheg/Engine.cpp
===================================================================
--- libs/libmythfreemheg/Engine.cpp	(revision 20238)
+++ libs/libmythfreemheg/Engine.cpp	(working copy)
@@ -195,6 +195,9 @@
     // This may block if we cannot be sure whether the object is present.
     if (! m_Context->GetCarouselData(csPath, text)) return false;
 
+    // Clear the action queue of anything pending.
+    m_ActionStack.clear();
+
     m_fInTransition = true; // Starting a transition
     try {
         if (CurrentApp()) {
