mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user