From kde-commits Sat Jul 16 14:40:18 2005 From: Raphael Langerhorst Date: Sat, 16 Jul 2005 14:40:18 +0000 To: kde-commits Subject: koffice/lib/kofficeui Message-Id: <1121524818.223809.19215.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112152483108026 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(); }