--===============0420228041== Content-Type: multipart/signed; boundary="nextPart3314259.Yt9dP9AfpN"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart3314259.Yt9dP9AfpN Content-Type: multipart/mixed; boundary="Boundary-01=_a5ZeBUTeYohpvYA" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_a5ZeBUTeYohpvYA Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline [I'm running kde/kdenonbeta/kdetestscripts in koffice, a few problems are=20 inevitable :-] Is this patch OK to apply? Brad --Boundary-01=_a5ZeBUTeYohpvYA Content-Type: text/x-diff; charset="us-ascii"; name="isemptytestfix-2004-10-23.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="isemptytestfix-2004-10-23.patch" Index: importwizard.cpp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/kde/koffice/kexi/migration/importwizard.cpp,v retrieving revision 1.10 diff -u -4 -p -r1.10 importwizard.cpp =2D-- importwizard.cpp 11 Oct 2004 11:40:31 -0000 1.10 +++ importwizard.cpp 22 Oct 2004 23:53:31 -0000 @@ -186,10 +186,10 @@ bool importWizard::checkUserInput() { problem =3D true; finishtxt =3D i18n("Source type was not PostgreSQL Database."); } =2D if ((dstNewDBName->text() =3D=3D "Enter new database name here" || d= stNewDBName->text() =3D=3D "")=20 =2D && dstTypeCombo->currentText().lower() =3D=3D KexiDB::Driver::defaultF= ileBasedDriverName()) + if ((dstNewDBName->text() =3D=3D "Enter new database name here" || dst= NewDBName->text().isEmpty())=20 + && dstTypeCombo->currentText().lower() =3D=3D KexiDB::Driver::defaultFile= BasedDriverName()) { problem =3D true; finishtxt =3D finishtxt + i18n("\nNo new database name was entered= =2E"); } --Boundary-01=_a5ZeBUTeYohpvYA-- --nextPart3314259.Yt9dP9AfpN Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBBeZ5fGwwszQ/PZzgRAsjvAJ9Pppv9PbR3Jj9iBzikefrhJRIc2wCfQEQE fTiwMAVzbIC+o9E5T27kGPY= =laoy -----END PGP SIGNATURE----- --nextPart3314259.Yt9dP9AfpN-- --===============0420228041== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ koffice-devel mailing list koffice-devel@kde.org https://mail.kde.org/mailman/listinfo/koffice-devel --===============0420228041==--