]> Dogcows Code - chaz/openbox/commitdiff
Slight modification to make it use the new config class calling convention
authorMarius Nita <marius@cs.pdx.edu>
Mon, 26 Aug 2002 06:39:06 +0000 (06:39 +0000)
committerMarius Nita <marius@cs.pdx.edu>
Mon, 26 Aug 2002 06:39:06 +0000 (06:39 +0000)
util/epist/keytree.cc

index 6dcba312ccac832cd14128ea00b40d5a1e3447a0..45b2fb53fce08352487b458a438c55f848f1ce4e 100644 (file)
@@ -220,7 +220,9 @@ void keytree::setCurrentNodeProps(Action::ActionType action, unsigned int mask,
 
 void keytree::initialize(void)
 {
-  int tval = _epist->getConfig()->getNumberValue(Config::chainTimeout);
+  int tval = 0;
+
+  _epist->getConfig()->getNumberValue(Config::chainTimeout, tval);
   _timer = new BTimer(_epist, this);
 
   if (tval <= 0)
This page took 0.022582 seconds and 4 git commands to generate.