aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Window.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 11fe5c5..232f2f3 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.cc,v 1.222 2003/08/25 17:07:32 fluxgen Exp $ 25// $Id: Window.cc,v 1.223 2003/09/10 09:56:18 fluxgen Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
@@ -952,6 +952,7 @@ void FluxboxWindow::reconfigure() {
952 grabButtons(); 952 grabButtons();
953 953
954 frame().setDoubleClickTime(Fluxbox::instance()->getDoubleClickInterval()); 954 frame().setDoubleClickTime(Fluxbox::instance()->getDoubleClickInterval());
955 frame().setUpdateDelayTime(Fluxbox::instance()->getUpdateDelayTime());
955 956
956 m_windowmenu.reconfigure(); 957 m_windowmenu.reconfigure();
957 958