<br><br><br><div class="gmail_quote">On Thu, Sep 24, 2009 at 10:15 AM, Thomas Baumgart <span dir="ltr">&lt;<a href="mailto:thb@net-bembel.de">thb@net-bembel.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Thursday 24 September 2009 14:49:30 Alvaro Soliverez wrote:<br>
&gt; Cristian,<br>
&gt; can you take a look at this bug?<br>
&gt; I still have limited debugging capabilities on my sandbox. I have to sit<br>
&gt; down and reinstall the whole development environment.<br>
&gt;<br>
&gt; There should be somewhere in the newuserwizard where firstTimeRun is set to<br>
&gt; true before time.<br>
<br>
</div>That&#39;s probably in main.cpp line 273. In case you comment it, the new wizard<br>
will be run again the next time. The flag will be reset in KMyMoney2App once<br>
the new user wizard has completed.<br>
<br>
</blockquote></div>How about adding a check whether there is a file open or not before setting that flag?<br><br>Kind of:<br><br>
<meta name="qrichtext" content="1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px; text-indent: 0px;">if(!d-&gt;m_myMoneyView-&gt;fileOpen()) {</p>
<meta name="qrichtext" content="1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px; text-indent: 0px;">  KMyMoneyGlobalSettings::setFirstTimeRun(false);</p><p style="margin: 0px; text-indent: 0px;">}<br></p>