Ticket #5001: jump_snapshot.patch

File jump_snapshot.patch, 605 bytes (added by anonymous, 16 years ago)
  • libs/libmythui/mythmainwindow.cpp

     
    11331133
    11341134void MythMainWindow::JumpTo(const QString& destination, bool pop)
    11351135{
    1136     if (d->destinationMap.count(destination) > 0 && d->exitmenucallback == NULL)
     1136    if (destination == "ScreenShot")
     1137        screenShot();
     1138    else if (d->destinationMap.count(destination) > 0 && d->exitmenucallback == NULL)
    11371139    {
    11381140        d->exitingtomain = true;
    11391141        d->popwindows = pop;