mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
CFavorites: simplify hintbox calls
Origin commit data
------------------
Commit: 47b0358490
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
This commit is contained in:
@@ -127,14 +127,13 @@ int CFavorites::exec(CMenuTarget* parent, const std::string & actionKey)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
CHintBox* hintBox = new CHintBox(LOCALE_FAVORITES_BOUQUETNAME, g_Locale->getText(LOCALE_FAVORITES_ADDCHANNEL), 380); // UTF-8
|
CHintBox hintBox(LOCALE_FAVORITES_BOUQUETNAME, g_Locale->getText(LOCALE_FAVORITES_ADDCHANNEL), 380); // UTF-8
|
||||||
if(!show_list)
|
if(!show_list)
|
||||||
hintBox->paint();
|
hintBox.paint();
|
||||||
|
|
||||||
status = addChannelToFavorites(show_list);
|
status = addChannelToFavorites(show_list);
|
||||||
|
|
||||||
hintBox->hide();
|
hintBox.hide();
|
||||||
delete hintBox;
|
|
||||||
|
|
||||||
// -- Display result
|
// -- Display result
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user