mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
neutrino: show 'reloading services' box earlier
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1745 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: d6b0f49e23
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-03 (Mon, 03 Oct 2011)
This commit is contained in:
@@ -60,6 +60,8 @@ extern std::map<transponder_id_t, transponder> select_transponders;
|
||||
extern Zapit_config zapitCfg;
|
||||
extern char zapit_lat[20];
|
||||
extern char zapit_long[20];
|
||||
/* ugly */
|
||||
extern CHintBox *reloadhintBox;
|
||||
|
||||
static int all_usals = 1;
|
||||
sat_iterator_t sit;
|
||||
@@ -229,7 +231,11 @@ int CScanSetup::exec(CMenuTarget* parent, const std::string &actionKey)
|
||||
else if(actionKey=="reloadchannels")
|
||||
{
|
||||
printf("[neutrino] CScanSetup::%s reloadchannels...\n", __FUNCTION__);
|
||||
if (reloadhintBox)
|
||||
reloadhintBox->paint();
|
||||
g_Zapit->reinitChannels();
|
||||
if (reloadhintBox)
|
||||
reloadhintBox->hide();
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user