all repos — fluxbox @ 86828f7a804e2b93590e2075cf362a428f94e4ca

custom fork of the fluxbox windowmanager

setDefaultValue for themeitems in constructor
fluxgen fluxgen
commit

86828f7a804e2b93590e2075cf362a428f94e4ca

parent

2de46c7adeaf602923e459da51dcfd342e1e15cd

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/FbTk/Theme.hhsrc/FbTk/Theme.hh

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Theme.hh,v 1.7 2003/08/19 21:25:26 fluxgen Exp $ +// $Id: Theme.hh,v 1.8 2003/08/28 14:19:27 fluxgen Exp $ /** @file holds ThemeItem<T>, Theme and ThemeManager which is the base for any theme

@@ -151,6 +151,7 @@ const std::string &name, const std::string &altname):

ThemeItem_base(name, altname), m_tm(tm) { tm.add(*this); + setDefaultValue(); } template <typename T>