From kde-bugs-dist Sat Jul 16 14:40:23 2005 From: Raphael Langerhorst Date: Sat, 16 Jul 2005 14:40:23 +0000 To: kde-bugs-dist Subject: [Bug 109000] The new/open/recent documents dialog doesn't open Message-Id: <20050716144023.22841.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=112152483431234 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=109000 ------- Additional Comments From raphael-langerhorst gmx at 2005-07-16 16:40 ------- 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(); }