mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
cc_frm_icons.cpp: add missing call of addIcon();
Parameter v_icon_names was without effect.
Origin commit data
------------------
Branch: ni/coolstream
Commit: c5f6ecd1d7
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-03-14 (Wed, 14 Mar 2018)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
Copyright (C) 2001 by Steffen Hehn 'McClean'
|
Copyright (C) 2001 by Steffen Hehn 'McClean'
|
||||||
|
|
||||||
Classes for generic GUI-related components.
|
Classes for generic GUI-related components.
|
||||||
Copyright (C) 2012, 2013, 2014 Thilo Graf 'dbt'
|
Copyright (C) 2012-2018 Thilo Graf 'dbt'
|
||||||
Copyright (C) 2012, Michael Liebmann 'micha-bbg'
|
Copyright (C) 2012, Michael Liebmann 'micha-bbg'
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
@@ -70,8 +70,8 @@ void CComponentsIconForm::initVarIconForm( const int &x_pos, const int &y_pos, c
|
|||||||
|
|
||||||
append_y_offset = 2;
|
append_y_offset = 2;
|
||||||
|
|
||||||
initChainItems();
|
|
||||||
initParent(parent);
|
initParent(parent);
|
||||||
|
addIcon(v_icons);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CComponentsIconForm::addIcon(const std::string& icon_name)
|
void CComponentsIconForm::addIcon(const std::string& icon_name)
|
||||||
|
Reference in New Issue
Block a user