mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Origin commit data
------------------
Commit: 09be0b85b4
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-26 (Tue, 26 Sep 2017)
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
|
#include <inttypes.h>
|
||||||
#include <linux/kd.h>
|
#include <linux/kd.h>
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@@ -757,6 +757,9 @@ int COsdSetup::showOsdSetup()
|
|||||||
CAudioMute::getInstance()->enableMuteIcon(true);
|
CAudioMute::getInstance()->enableMuteIcon(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if !defined BOXMODEL_CS_HD2
|
||||||
|
delete scartFileNotifier;
|
||||||
|
#endif
|
||||||
delete colorInfoclockNotifier;
|
delete colorInfoclockNotifier;
|
||||||
delete screensaverNotifier;
|
delete screensaverNotifier;
|
||||||
delete channellistNotifier;
|
delete channellistNotifier;
|
||||||
|
@@ -1239,6 +1239,7 @@ void CMenuWidget::calcSize()
|
|||||||
*/
|
*/
|
||||||
CMenuItem *separator = new CMenuSeparator();
|
CMenuItem *separator = new CMenuSeparator();
|
||||||
height += separator->getHeight();
|
height += separator->getHeight();
|
||||||
|
delete separator;
|
||||||
|
|
||||||
//scrollbar width
|
//scrollbar width
|
||||||
scrollbar_width=0;
|
scrollbar_width=0;
|
||||||
|
Reference in New Issue
Block a user