mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
CBEBouquetWidget: add missing init for some members with NULL
Origin commit data
------------------
Commit: 672d2db9ff
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Origin message was:
------------------
*CBEBouquetWidget: add missing init for some members with NULL
This commit is contained in:
@@ -66,6 +66,11 @@ CBEBouquetWidget::CBEBouquetWidget()
|
|||||||
liststart = 0;
|
liststart = 0;
|
||||||
state = beDefault;
|
state = beDefault;
|
||||||
blueFunction = beRename;
|
blueFunction = beRename;
|
||||||
|
Bouquets = NULL;
|
||||||
|
iheight = 0;
|
||||||
|
ButtonHeight = 0;
|
||||||
|
fheight = 0;
|
||||||
|
theight = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CBEBouquetWidget::paintItem(int pos)
|
void CBEBouquetWidget::paintItem(int pos)
|
||||||
|
Reference in New Issue
Block a user