]> git.lyx.org Git - lyx.git/blobdiff - src/minibuffer.C
frontends fixes from Juergen S
[lyx.git] / src / minibuffer.C
index 5803739f9ce2cc03ca4ec2e0fb49a4ef91a98bcb..3f1ae5224e5dc511ac6fd60cc2860f337af5c1f4 100644 (file)
@@ -63,7 +63,7 @@ MiniBuffer::MiniBuffer(LyXView * o, FL_Coord x, FL_Coord y,
 {
        add(FL_NORMAL_INPUT, x, y, h, w);
 
-       timer = new Timeout(600);
+       timer = new Timeout(6000);
        timer->timeout.connect(slot(this, &MiniBuffer::init));
 
        stored_timer = new Timeout(1500);