projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
483b849
)
Slight modification to make it use the new config class calling convention
author
Marius Nita
<marius@cs.pdx.edu>
Mon, 26 Aug 2002 06:39:06 +0000
(06:39 +0000)
committer
Marius Nita
<marius@cs.pdx.edu>
Mon, 26 Aug 2002 06:39:06 +0000
(06:39 +0000)
util/epist/keytree.cc
patch
|
blob
|
history
diff --git
a/util/epist/keytree.cc
b/util/epist/keytree.cc
index 6dcba312ccac832cd14128ea00b40d5a1e3447a0..45b2fb53fce08352487b458a438c55f848f1ce4e 100644
(file)
--- a/
util/epist/keytree.cc
+++ b/
util/epist/keytree.cc
@@
-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)