[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Fri May 28 21:27:11 CEST 2004
CVS commit by staikos:
initialize variable
M +2 -0 kstviewobject.cpp 1.53
--- kdeextragear-2/kst/kst/kstviewobject.cpp #1.52:1.53
@@ -46,4 +46,5 @@ KstViewObject::KstViewObject(const QStri
_onGrid = true;
_columns = 1;
+ _focus = false;
}
@@ -55,4 +56,5 @@ KstViewObject::KstViewObject(QDomElement
_onGrid = true;
_columns = 1;
+ _focus = false;
QDomNode n = e.firstChild();
More information about the Kst
mailing list