SVN commit 978929 by aseigo: change the fast update delay to 1/10th of a second BUG:188514 M +1 -1 pager.cpp --- trunk/KDE/kdebase/workspace/plasma/applets/pager/pager.cpp #978928:978929 @@ -51,7 +51,7 @@ #include -const int FAST_UPDATE_DELAY = 200; +const int FAST_UPDATE_DELAY = 100; const int UPDATE_DELAY = 500; const int DRAG_SWITCH_DELAY = 1000;