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**
*
_______________________________________________
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel

Reply via email to