diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-14 12:56:25 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-07-14 12:56:25 (GMT) |
commit | 3428b795b5693effea9e513352d0f30b9d3d4b20 (patch) | |
tree | 3565d8d741e58b2196e30c9d75a24e8ba34ab2c9 /src/fluxbox.hh | |
parent | e02a5844b77732b64dd4da109f38276c55723aa0 (diff) | |
download | fluxbox_pavel-3428b795b5693effea9e513352d0f30b9d3d4b20.zip fluxbox_pavel-3428b795b5693effea9e513352d0f30b9d3d4b20.tar.bz2 |
Attach a modifiedSig handler to the session.cacheLife resource
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index dc3b0b3..92d6daf 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -129,7 +129,7 @@ public: | |||
129 | 129 | ||
130 | time_t getAutoRaiseDelay() const { return *m_rc_auto_raise_delay; } | 130 | time_t getAutoRaiseDelay() const { return *m_rc_auto_raise_delay; } |
131 | 131 | ||
132 | unsigned int getCacheLife() const { return *m_rc_cache_life * 60000; } | 132 | FbTk::UIntResource &getCacheLifeResource() { return m_rc_cache_life; } |
133 | unsigned int getCacheMax() const { return *m_rc_cache_max; } | 133 | unsigned int getCacheMax() const { return *m_rc_cache_max; } |
134 | 134 | ||
135 | 135 | ||