Ticket #6570: launchfix.patch

File launchfix.patch, 551 bytes (added by David Matthews <dm@…>, 15 years ago)
  • libs/libmythfreemheg/Engine.cpp

     
    195195    // This may block if we cannot be sure whether the object is present.
    196196    if (! m_Context->GetCarouselData(csPath, text)) return false;
    197197
     198    // Clear the action queue of anything pending.
     199    m_ActionStack.clear();
     200
    198201    m_fInTransition = true; // Starting a transition
    199202    try {
    200203        if (CurrentApp()) {