diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-03 18:51:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-03 18:51:00 +0000 |
| commit | 660ad41ca0b1c48525bba071a27def141ad1cbfe (patch) | |
| tree | 890cdeb44c04cb647c9c69c70f97bfadc30b5b33 /src/bindings.hh | |
| parent | 376ce0032ed64a7030e66edcb9bc39e77d63d347 (diff) | |
s/reset/resetChains/
Diffstat (limited to 'src/bindings.hh')
| -rw-r--r-- | src/bindings.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings.hh b/src/bindings.hh index 280c77cd..b3078d85 100644 --- a/src/bindings.hh +++ b/src/bindings.hh @@ -77,7 +77,7 @@ private: PyObject *callback) const; void assimilate(KeyBindingTree *node); - static void reset(OBBindings *self); // the timer's timeout function + static void resetChains(OBBindings *self); // the timer's timeout function typedef std::list <ButtonBinding*> ButtonBindingList; ButtonBindingList _buttons[NUM_MOUSE_CONTEXT]; |
