CVS commit by staikos: initialize [unused] variable M +1 -0 kstdoc.cpp 1.128 --- kdeextragear-2/kst/kst/kstdoc.cpp #1.127:1.128 @@ -55,4 +55,5 @@ KstDoc::KstDoc(QWidget *parent, const ch _updating = false; _stopping = false; + _updateDelay = 5; }