Hi, <br><br>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...<br><br><br>Line 514 file kmymoney.cpp<br><br> // if we need to supply a password, then show the dialog<br>
// otherwise it isn't needed<br> if ((newurl.queryItem("secure") == "yes") && newurl.pass().isEmpty()) {<br> int resultDialog;<br> resultDialog = dialog->exec();<br> if (resultDialog == QDialog::Accepted) <br>
newurl = dialog->selectedURL();<br> else<br> { <br> delete dialog;<br> return;<br> }<br> }<br clear="all"><br>For the next fix I'll read a bit more about how to use GIT ;)<br><br>BTW<br>
<br>Why on <a href="http://kmymoney2.sourceforge.net/index-devel.html">http://kmymoney2.sourceforge.net/index-devel.html</a> there is no reference to <a href="http://techbase.kde.org/Projects/KMyMoney">http://techbase.kde.org/Projects/KMyMoney</a> ?<br>
is the second one a fork?<br><br><br><b><span style="font-size:8pt;color:navy">Camilo Zarama</span></b><span style="font-size:8pt;color:navy"><b><br></b></span><br>