[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Thu Oct 7 22:50:30 CEST 2004
CVS commit by arwalker:
Not a lot.
M +1 -2 kstdoc.cpp 1.126
--- kdeextragear-2/kst/kst/kstdoc.cpp #1.125:1.126
@@ -144,5 +144,4 @@ bool KstDoc::newDocument() {
bool KstDoc::openDocument(const KURL& url, const QString& o_file,
int o_n, int o_f, int o_s, bool o_ave) {
- // Temp variables
KstRVectorPtr vector;
@@ -156,5 +155,5 @@ bool KstDoc::openDocument(const KURL& ur
_title = url.fileName(false);
_absFilePath = url.path();
- if (_title.isNull()) { // isEmpty()???
+ if (_title.isEmpty()) {
_title = _absFilePath;
}
More information about the Kst
mailing list