mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
neutrino record: add info message for current recording
this message will be showing, if user presses record button and a
recording is already started on current channel
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1736 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: cff57c1eca
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-10-01 (Sat, 01 Oct 2011)
Origin message was:
------------------
*neutrino record: add info message for current recording
this message will be showing, if user presses record button and a
recording is already started on current channel
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1736 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -2336,6 +2336,8 @@ void CNeutrinoApp::RealRun(CMenuWidget &mainMenu)
|
|||||||
showInfo();
|
showInfo();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
DisplayInfoMessage(g_Locale->getText(LOCALE_RECORDING_IS_RUNNING));
|
||||||
}
|
}
|
||||||
else if( msg == CRCInput::RC_stop ) {
|
else if( msg == CRCInput::RC_stop ) {
|
||||||
if(CRecordManager::getInstance()->RecordingStatus())
|
if(CRecordManager::getInstance()->RecordingStatus())
|
||||||
|
Reference in New Issue
Block a user