[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Fri Oct 29 04:57:05 CEST 2004
CVS commit by staikos:
FINALLY fix this really annoying bug: data wizard url requester needs to take
the current working directory into account! More to follow.
M +1 -0 datawizard.ui 1.61
M +1 -0 datawizard.ui.h 1.92
--- kdeextragear-2/kst/kst/datawizard.ui.h #1.91:1.92
@@ -15,4 +15,5 @@ void DataWizard::init()
_url->setMode(KFile::File | KFile::Directory | KFile::ExistingOnly | KFile::LocalOnly);
_url->setURL(default_source);
+ _url->completionObject()->setDir(QDir::currentDirPath());
sourceChanged(default_source);
--- kdeextragear-2/kst/kst/datawizard.ui #1.60:1.61
@@ -1161,4 +1161,5 @@
<include location="local" impldecl="in implementation">sysinfo.h</include>
<include location="local" impldecl="in implementation">datawizard.ui.h</include>
+ <include location="global" impldecl="in implementation">kurlcompletion.h</include>
</includes>
<variables>
More information about the Kst
mailing list