SVN commit 435314 by raphael: CCBUG: 109000 At least I now know _what_ does not work, but I have no idea how to (properly) fix it, seems to be some magic in the file dialogs... M +2 -0 koTemplateChooseDia.cc --- trunk/koffice/lib/kofficeui/koTemplateChooseDia.cc #435313:435314 @@ -69,6 +69,8 @@ KURL currentURL() { + // FIXME bug #109000 this does not work with URLs like http://dot.kde.org + // to test enter this url into the filename field and click(!!) ok setResult( QDialog::Accepted ); // selectedURL tests for it return KFileDialog::selectedURL(); }