Revert 2096, 2098: screenshot Start save screenshot in background, then delete itself

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2107 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2012-02-16 07:38:01 +00:00
parent 23509c9f20
commit 7713dbd766
2 changed files with 1 additions and 4 deletions

View File

@@ -2060,7 +2060,6 @@ void CNeutrinoApp::RealRun(CMenuWidget &mainMenu)
CScreenShot * sc = new CScreenShot("", (CScreenShot::screenshot_format_t)g_settings.screenshot_format);
sc->MakeFileName(CZapit::getInstance()->GetCurrentChannelID());
sc->Start();
delete sc;
}
}
else if( msg == (neutrino_msg_t) g_settings.key_lastchannel ) {
@@ -2477,7 +2476,6 @@ _repeat:
sc->EnableOSD(true);
sc->MakeFileName(CZapit::getInstance()->GetCurrentChannelID());
sc->Start();
delete sc;
}
/* ================================== MESSAGES ================================================ */
@@ -3949,4 +3947,4 @@ void CNeutrinoApp::SDT_ReloadChannels()
g_RCInput->postMsg(CRCInput::RC_ok, 0);
}
}
}