[Kmymoney-devel] db dialog

Camilo Zarama zaramacamilo at gmail.com
Mon Apr 2 23:13:56 UTC 2012


Hi,

Using cancel button on db dialog you get an error message, as I'm not yet
familiar with git here is the code to fix it...


Line 514 file kmymoney.cpp

      // if we need to supply a password, then show the dialog
      // otherwise it isn't needed
      if ((newurl.queryItem("secure") == "yes") && newurl.pass().isEmpty())
{
    int resultDialog;
    resultDialog = dialog->exec();
        if (resultDialog == QDialog::Accepted)
      newurl = dialog->selectedURL();
    else
    {
      delete dialog;
      return;
    }
      }

For the next fix I'll read a bit more about how to use GIT   ;)

BTW

Why on http://kmymoney2.sourceforge.net/index-devel.html there is no
reference to http://techbase.kde.org/Projects/KMyMoney ?
is the second one a fork?


*Camilo Zarama**
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kmymoney-devel/attachments/20120403/194850c1/attachment.html>


More information about the KMyMoney-devel mailing list