[Kmymoney-devel] [Bug 280267] File Dialog Cancellation problem

allan agander93 at gmail.com
Wed Aug 17 19:49:55 UTC 2011


https://bugs.kde.org/show_bug.cgi?id=280267





--- Comment #2 from allan <agander93 gmail com>  2011-08-17 19:49:55 ---
(In reply to comment #1)
> Does KMyMoney trigger that dialog or is it an issue with KIO? What happens when
> you browse that folder with Dolphin?

I seem to remember a long while back, Thomas added it to KMM at my request.  In
fact, I do it also in the plugin.  It  manages with just two 'cancels'.  I
think this is it. - 
if (!KIO::NetAccess::download(m_url, m_inFileName, 0)) {
    KMessageBox::detailedError(0, i18n("Error while loading file '%1'.",
m_url.prettyUrl()),
                               KIO::NetAccess::lastErrorString(),
                               i18n("File access error"));

Konqueror manages with one cancel, the gnome equivalent on Mint takes two,
also.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list